Package | Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
java.awt.geom.Rectangle2D |
JGraph.getClipRectangle(GraphLayoutCacheEvent.GraphLayoutCacheChange change)
Calculates the clip
|
Modifier and Type | Interface and Description |
---|---|
static interface |
GraphModelEvent.GraphModelChange
Defines the interface for objects that may be included into a
GraphModelEvent to describe a model change.
|
Modifier and Type | Field and Description |
---|---|
protected GraphLayoutCacheEvent.GraphLayoutCacheChange |
GraphLayoutCacheEvent.change
The object that constitutes the change.
|
Modifier and Type | Method and Description |
---|---|
GraphLayoutCacheEvent.GraphLayoutCacheChange |
GraphLayoutCacheEvent.getChange()
Returns the object that constitutes the change.
|
Constructor and Description |
---|
GraphLayoutCacheEvent(java.lang.Object source,
GraphLayoutCacheEvent.GraphLayoutCacheChange change)
Used to create an event when cells have been changed, inserted, or
removed, identifying the change as a GraphLayoutCacheChange object.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultGraphModel.GraphModelEdit
An implementation of GraphModelChange that can be added to the model
event.
|
class |
DefaultGraphModel.GraphModelLayerEdit
An implementation of GraphViewChange.
|
class |
GraphLayoutCache.GraphLayoutCacheEdit
An implementation of GraphLayoutCacheChange.
|
Modifier and Type | Method and Description |
---|---|
protected void |
GraphLayoutCache.fireGraphLayoutCacheChanged(java.lang.Object source,
GraphLayoutCacheEvent.GraphLayoutCacheChange edit) |
Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.