Uses of Interface
org.jgraph.graph.CellMapper
-
Packages that use CellMapper Package Description org.jgraph.graph Graphs are made up of a number of classes and interfaces defined in their own package - thejgraph.graphpackage. -
-
Uses of CellMapper in org.jgraph.graph
Classes in org.jgraph.graph that implement CellMapper Modifier and Type Class Description classGraphContextclassGraphLayoutCacheAn object that defines the view of a graphmodel.Methods in org.jgraph.graph with parameters of type CellMapper Modifier and Type Method Description static java.util.MapGraphConstants. createAttributes(java.lang.Object[] elements, CellMapper cm)Returns a new map, from cells to property maps.protected CellViewEdgeView. getVisibleParent(GraphModel model, CellMapper mapper, java.lang.Object port)voidAbstractCellView. refresh(GraphLayoutCache cache, CellMapper mapper, boolean createDependentViews)Create child views and reload properties for this view.voidCellView. refresh(GraphLayoutCache cache, CellMapper mapper, boolean createDependentViews)Refresh this view based on the model cell.voidEdgeView. refresh(GraphLayoutCache cache, CellMapper mapper, boolean createDependentViews)Overrides the parent method to udpate the cached points, source and target port.
-