|
JGraph |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GraphLayoutCache | |
| org.jgraph | JGraph's topmost package which contains the JGraph class. |
| org.jgraph.event | Contains event classes and listener interfaces that are used to react to events fired by JGraph. |
| org.jgraph.graph | Graphs are made up of a number of classes and interfaces defined in their own
package - the jgraph.graph package. |
| org.jgraph.plaf.basic | Contains the BasicGraphUI, which is GraphUI's default implementation. |
| Uses of GraphLayoutCache in org.jgraph |
| Fields in org.jgraph declared as GraphLayoutCache | |
protected GraphLayoutCache |
JGraph.graphLayoutCache
The view that defines the display properties of the model. |
| Methods in org.jgraph that return GraphLayoutCache | |
GraphLayoutCache |
JGraph.getGraphLayoutCache()
Returns the GraphLayoutCache that is providing the
view-data. |
| Methods in org.jgraph with parameters of type GraphLayoutCache | |
void |
JGraph.setGraphLayoutCache(GraphLayoutCache newLayoutCache)
Sets the GraphLayoutCache that will provide the view-data. |
| Constructors in org.jgraph with parameters of type GraphLayoutCache | |
JGraph(GraphLayoutCache cache)
Returns an instance of JGraph which displays the data
model using the specified view. |
|
JGraph(GraphModel model,
GraphLayoutCache cache)
Returns an instance of JGraph which displays the specified
data model using the specified view. |
|
JGraph(GraphModel model,
GraphLayoutCache layoutCache,
BasicMarqueeHandler mh)
Returns an instance of JGraph which displays the specified
data model using the specified view and assigns the specified marquee
handler |
|
| Uses of GraphLayoutCache in org.jgraph.event |
| Methods in org.jgraph.event with parameters of type GraphLayoutCache | |
void |
GraphModelEvent.GraphModelChange.putViews(GraphLayoutCache view,
CellView[] cellViews)
Allows a GraphLayoutCache to store cell views for
cells that have been removed. |
CellView[] |
GraphModelEvent.GraphModelChange.getViews(GraphLayoutCache view)
Allows a GraphLayoutCache to retrieve an array of
CellViews that was previously stored with
putViews(GraphLayoutCache, CellView[]). |
| Uses of GraphLayoutCache in org.jgraph.graph |
| Fields in org.jgraph.graph declared as GraphLayoutCache | |
protected GraphLayoutCache |
GraphContext.graphLayoutCache
Reference to the graphs GraphLayoutCache. |
| Methods in org.jgraph.graph with parameters of type GraphLayoutCache | |
void |
DefaultGraphModel.GraphModelEdit.putViews(GraphLayoutCache view,
CellView[] views)
|
CellView[] |
DefaultGraphModel.GraphModelEdit.getViews(GraphLayoutCache view)
|
CellView[] |
DefaultGraphModel.GraphModelLayerEdit.getViews(GraphLayoutCache view)
Returns the views that have not changed explicitly, but implicitly because one of their dependent cells has changed. |
void |
DefaultGraphModel.GraphModelLayerEdit.putViews(GraphLayoutCache view,
CellView[] cellViews)
Returns the views that have not changed explicitly, but implicitly because one of their dependent cells has changed. |
| Constructors in org.jgraph.graph with parameters of type GraphLayoutCache | |
GraphLayoutCache.GraphLayoutCacheEdit(Map nested)
Constructs a GraphViewEdit. |
|
GraphLayoutCache.GraphLayoutCacheEdit(Object[] inserted,
Map attributes,
Object[] visible,
Object[] invisible)
Constructs a GraphViewEdit. |
|
| Uses of GraphLayoutCache in org.jgraph.plaf.basic |
| Fields in org.jgraph.plaf.basic declared as GraphLayoutCache | |
protected GraphLayoutCache |
BasicGraphUI.graphLayoutCache
Reference to the graph's view (geometric pattern). |
| Methods in org.jgraph.plaf.basic with parameters of type GraphLayoutCache | |
protected void |
BasicGraphUI.setGraphLayoutCache(GraphLayoutCache cache)
Sets the GraphLayoutCache (geometric pattern). |
|
JGraph |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||