JGraph
v5.1


Uses of Interface
org.jgraph.graph.CellViewFactory

Packages that use CellViewFactory
org.jgraph JGraph's topmost package which contains the JGraph class. 
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
 

Classes in org.jgraph that implement CellViewFactory
 class JGraph
          A control that displays a network of related objects using the well-known paradigm of a graph.
 

Uses of CellViewFactory in org.jgraph.graph
 

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(JGraph graph, GraphModel model, CellViewFactory factory, boolean partial)
          Constructs a view for the specified model that uses factory to create its views.
GraphLayoutCache(JGraph graph, GraphModel model, CellViewFactory factory, boolean partial, boolean rememberCellViews, boolean showAllEdgesForVisibleVertices, boolean showEdgesOnShow, boolean hideEdgesOnHide, boolean hideEdgesOnBecomeInvisible)
          Constructs a view for the specified model that uses factory to create its views.
 


JGraph
v5.1


Copyright (C) 2001-2004 Gaudenz Alder. All rights reserved.