Uses of Interface
org.jgraph.graph.CellViewFactory
-
Packages that use CellViewFactory Package Description org.jgraph.graph Graphs are made up of a number of classes and interfaces defined in their own package - thejgraph.graph
package. -
-
Uses of CellViewFactory in org.jgraph.graph
Classes in org.jgraph.graph that implement CellViewFactory Modifier and Type Class Description 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 Modifier and Type Field Description protected CellViewFactory
GraphLayoutCache. factory
Factory to create the views.Methods in org.jgraph.graph that return CellViewFactory Modifier and Type Method Description CellViewFactory
GraphLayoutCache. getFactory()
Returns the factory that was passed to the constructor.Methods in org.jgraph.graph with parameters of type CellViewFactory Modifier and Type Method Description void
GraphLayoutCache. setFactory(CellViewFactory factory)
Sets the factory that creates the cell views.Constructors in org.jgraph.graph with parameters of type CellViewFactory Constructor Description GraphLayoutCache(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.
-