|
JGraph |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CellViewFactory | |
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 CellViewFactory in org.jgraph.graph |
Classes in org.jgraph.graph that implement CellViewFactory | |
class |
DefaultCellViewFactory
The default implementation of a cell view factory that returns the default views for vertices, edges and ports. |
Fields in org.jgraph.graph declared as CellViewFactory | |
protected CellViewFactory |
GraphLayoutCache.factory
Factory to create the views. |
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 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. |
|
JGraph |
||||||||||
PREV NEXT | FRAMES NO FRAMES |