|
JGraph
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use CellMapper | |
| com.jgraph.algebra.cost | JGraphLayout cost package defines a cost function and default implementations. |
| 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 com.jgraph.algebra.cost |
| Fields in com.jgraph.algebra.cost declared as CellMapper | |
protected CellMapper |
JGraphDistanceCostFunction.mapper
|
| Constructors in com.jgraph.algebra.cost with parameters of type CellMapper | |
JGraphDistanceCostFunction(CellMapper mapper)
|
|
| 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 | |
static Map |
GraphConstants.createAttributes(Object[] elements,
CellMapper cm)
Returns a new map, from cells to property maps. |
void |
EdgeView.refresh(GraphLayoutCache cache,
CellMapper mapper,
boolean createDependentViews)
Overrides the parent method to udpate the cached points, source and target port. |
protected CellView |
EdgeView.getVisibleParent(GraphModel model,
CellMapper mapper,
Object port)
|
void |
AbstractCellView.refresh(GraphLayoutCache cache,
CellMapper mapper,
boolean createDependentViews)
Create child views and reload properties for this view. |
void |
CellView.refresh(GraphLayoutCache cache,
CellMapper mapper,
boolean createDependentViews)
Refresh this view based on the model cell. |
|
JGraph
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||