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.graphpackage. -
-
Uses of CellViewFactory in org.jgraph.graph
Classes in org.jgraph.graph that implement CellViewFactory Modifier and Type Class Description classDefaultCellViewFactoryThe 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 CellViewFactoryGraphLayoutCache. factoryFactory to create the views.Methods in org.jgraph.graph that return CellViewFactory Modifier and Type Method Description CellViewFactoryGraphLayoutCache. 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 voidGraphLayoutCache. 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 usesfactoryto create its views.GraphLayoutCache(GraphModel model, CellViewFactory factory, boolean partial)Constructs a view for the specified model that usesfactoryto create its views.GraphLayoutCache(GraphModel model, CellViewFactory factory, CellView[] cellViews, CellView[] hiddenCellViews, boolean partial)Constructs a view for the specified model that usesfactoryto create its views.
-