Package | Description |
---|---|
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 | Class and Description |
---|---|
class |
DefaultCellViewFactory
The default implementation of a cell view factory that returns the default
views for vertices, edges and ports.
|
Modifier and Type | Field and Description |
---|---|
protected CellViewFactory |
GraphLayoutCache.factory
Factory to create the views.
|
Modifier and Type | Method and Description |
---|---|
CellViewFactory |
GraphLayoutCache.getFactory()
Returns the factory that was passed to the constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphLayoutCache.setFactory(CellViewFactory factory)
Sets the factory that creates the cell views.
|
Constructor and Description |
---|
GraphLayoutCache(GraphModel model,
CellViewFactory factory)
Constructs a view for the specified model that uses
factory
to create its views. |
GraphLayoutCache(GraphModel model,
CellViewFactory factory,
boolean partial)
Constructs a view for the specified model that uses
factory
to create its views. |
GraphLayoutCache(GraphModel model,
CellViewFactory factory,
CellView[] cellViews,
CellView[] hiddenCellViews,
boolean partial)
Constructs a view for the specified model that uses
factory
to create its views. |
Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.