Uses of Class org.jgraph.graph.GraphLayoutCache

Uses in package org.jgraph

Constructors with parameter type org.jgraph.graph.GraphLayoutCache

Returns an instance of JGraph which displays the data model using the specified view.
Returns an instance of JGraph which displays the specified data model using the specified view.
Returns an instance of JGraph which displays the specified data model using the specified view and assigns the specified marquee handler

Fields of type org.jgraph.graph.GraphLayoutCache

GraphLayoutCache
The view that defines the display properties of the model.

Methods with parameter type org.jgraph.graph.GraphLayoutCache

void
Sets the GraphLayoutCache that will provide the view-data.

Methods with return type org.jgraph.graph.GraphLayoutCache

GraphLayoutCache
Returns the GraphLayoutCache that is providing the view-data.

Uses in package org.jgraph.event

Methods with parameter type org.jgraph.graph.GraphLayoutCache

CellView[]
Allows a GraphLayoutCache to retrieve an array of CellViews that was previously stored with putViews(GraphLayoutCache, CellView[]).
void
Allows a GraphLayoutCache to store cell views for cells that have been removed.

Uses in package org.jgraph.plaf.basic

Fields of type org.jgraph.graph.GraphLayoutCache

GraphLayoutCache
Reference to the graph's view (geometric pattern).

Methods with parameter type org.jgraph.graph.GraphLayoutCache

void
Sets the GraphLayoutCache (geometric pattern).

Uses in package org.jgraph.util

Methods with parameter type org.jgraph.graph.GraphLayoutCache

Object[]
Getter to obtain the list of parallel edges
List
Calc of intermediates points

Uses in package org.jgraph.graph

Fields of type org.jgraph.graph.GraphLayoutCache

GraphLayoutCache
Reference to the graphs GraphLayoutCache.

Methods with parameter type org.jgraph.graph.GraphLayoutCache

Map
Applies change to the attributes of the view and calls update.
Map
Apply the specified map of attributes on the view.
CellView[]
CellView[]
Returns the views that have not changed explicitly, but implicitly because one of their dependent cells has changed.
void
void
Returns the views that have not changed explicitly, but implicitly because one of their dependent cells has changed.
void
AbstractCellView.refresh(GraphLayoutCache cache, CellMapper mapper, boolean createDependentViews)
Create child views and reload properties for this view.
void
CellView.refresh(GraphLayoutCache cache, CellMapper mapper, boolean createDependentViews)
Refresh this view based on the model cell.
void
EdgeView.refresh(GraphLayoutCache cache, CellMapper mapper, boolean createDependentViews)
Overrides the parent method to udpate the cached points, source and target port.
List
List
Returns the points to be used for the edge.
List
List
List
void
Update attributes for this view and indicate to the parent this child has been updated
void
Update this view's attributes.
void
Update attributes and recurse children.
void
Overrides the parent method to udpate the cached points.

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