|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CellViewFactory | |
---|---|
org.jgraph | |
org.jgraph.graph |
Uses of CellViewFactory in org.jgraph |
---|
Classes in org.jgraph that implement CellViewFactory | |
---|---|
class |
JGraph
A control that displays a network of related objects using the well-known paradigm of a graph. |
Uses of CellViewFactory in org.jgraph.graph |
---|
Fields in org.jgraph.graph declared as CellViewFactory | |
---|---|
protected CellViewFactory |
GraphLayoutCache.factory
|
Methods in org.jgraph.graph that return CellViewFactory | |
---|---|
CellViewFactory |
GraphLayoutCache.getFactory()
Returns the factory that was passed to the constructor. |
Methods in org.jgraph.graph with parameters of type CellViewFactory | |
---|---|
void |
GraphLayoutCache.setFactory(CellViewFactory factory)
Sets the factory that creates the cell views. |
Constructors in org.jgraph.graph with parameters of type CellViewFactory | |
---|---|
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 ordered,
boolean partial)
Constructs a view for the specified model that uses factory to create its views. |
|
GraphLayoutCache(GraphModel model,
CellViewFactory factory,
boolean ordered,
boolean partial,
boolean rememberCellViews,
boolean showAllEdgesForVisibleVertices,
boolean showEdgesOnShow,
boolean hideEdgesOnHide,
boolean hideEdgesOnBecomeInvisible)
Constructs a view for the specified model that uses factory to create its views. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |