JGraph | |
Frames | No Frames |
Classes implementing org.jgraph.graph.CellViewFactory | |
class | The default implementation of a cell view factory that returns the default
views for vertices, edges and ports. |
Constructors with parameter type org.jgraph.graph.CellViewFactory | |
Constructs a view for the specified model that uses factory
to create its views. | |
Constructs a view for the specified model that uses factory
to create its views. | |
GraphLayoutCache.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. |
Fields of type org.jgraph.graph.CellViewFactory | |
CellViewFactory | Factory to create the views. |
Methods with parameter type org.jgraph.graph.CellViewFactory | |
void | Sets the factory that creates the cell views. |
Methods with return type org.jgraph.graph.CellViewFactory | |
CellViewFactory | Returns the factory that was passed to the constructor. |