JGraph
v5.2.1


Uses of Interface
org.jgraph.graph.CellMapper

Packages that use CellMapper
org.jgraph.graph Graphs are made up of a number of classes and interfaces defined in their own package - the jgraph.graph package. 
 

Uses of CellMapper in org.jgraph.graph
 

Classes in org.jgraph.graph that implement CellMapper
 class GraphContext
           
 class GraphLayoutCache
          An object that defines the view of a graphmodel.
 

Methods in org.jgraph.graph with parameters of type CellMapper
 void AbstractCellView.refresh(GraphModel model, CellMapper mapper, boolean createDependentViews)
          Create child views and reload properties.
static Map GraphConstants.createAttributes(Object[] elements, CellMapper cm)
          Returns a new map, from cells to property maps.
 void EdgeView.refresh(GraphModel model, CellMapper mapper, boolean createDependentViews)
          Overrides the parent method to udpate the cached points, source and target port.
 void CellView.refresh(GraphModel model, CellMapper mapper, boolean createDependentViews)
          Refresh this view based on the model cell.
 


JGraph
v5.2.1


Copyright (C) 2001-2004 Gaudenz Alder. All rights reserved.