Package | Description |
---|---|
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. |
Modifier and Type | Field and Description |
---|---|
protected CellMapper |
JGraphDistanceCostFunction.mapper |
Constructor and Description |
---|
JGraphDistanceCostFunction(CellMapper mapper) |
Modifier and Type | Class and Description |
---|---|
class |
GraphContext |
class |
GraphLayoutCache
An object that defines the view of a graphmodel.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Map |
GraphConstants.createAttributes(java.lang.Object[] elements,
CellMapper cm)
Returns a new map, from cells to property maps.
|
protected CellView |
EdgeView.getVisibleParent(GraphModel model,
CellMapper mapper,
java.lang.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.
|
void |
EdgeView.refresh(GraphLayoutCache cache,
CellMapper mapper,
boolean createDependentViews)
Overrides the parent method to udpate the cached points, source and
target port.
|
Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.