JGraph | |
Frames | No Frames |
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 | Create child views and reload properties for this view. |
void | Refresh this view based on the model cell. |
void | 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. |
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. |
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). |
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. |