Uses of Interface
org.jgraph.graph.CellViewFactory
Packages that use CellViewFactory
Package
Description
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 CellViewFactoryModifier and TypeClassDescriptionclass
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 CellViewFactoryModifier and TypeFieldDescriptionprotected CellViewFactory
GraphLayoutCache.factory
Factory to create the views.Methods in org.jgraph.graph that return CellViewFactoryModifier and TypeMethodDescriptionGraphLayoutCache.getFactory()
Returns the factory that was passed to the constructor.Methods in org.jgraph.graph with parameters of type CellViewFactoryModifier and TypeMethodDescriptionvoid
GraphLayoutCache.setFactory
(CellViewFactory factory) Sets the factory that creates the cell views.Constructors in org.jgraph.graph with parameters of type CellViewFactoryModifierConstructorDescriptionGraphLayoutCache
(GraphModel model, CellViewFactory factory) Constructs a view for the specified model that usesfactory
to create its views.GraphLayoutCache
(GraphModel model, CellViewFactory factory, boolean partial) Constructs a view for the specified model that usesfactory
to create its views.GraphLayoutCache
(GraphModel model, CellViewFactory factory, CellView[] cellViews, CellView[] hiddenCellViews, boolean partial) Constructs a view for the specified model that usesfactory
to create its views.