Uses of Interface
org.jgraph.event.GraphLayoutCacheEvent.GraphLayoutCacheChange
-
Packages that use GraphLayoutCacheEvent.GraphLayoutCacheChange 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 - thejgraph.graph
package. -
-
Uses of GraphLayoutCacheEvent.GraphLayoutCacheChange in org.jgraph
Methods in org.jgraph with parameters of type GraphLayoutCacheEvent.GraphLayoutCacheChange Modifier and Type Method Description java.awt.geom.Rectangle2D
JGraph. getClipRectangle(GraphLayoutCacheEvent.GraphLayoutCacheChange change)
Calculates the clip -
Uses of GraphLayoutCacheEvent.GraphLayoutCacheChange in org.jgraph.event
Subinterfaces of GraphLayoutCacheEvent.GraphLayoutCacheChange in org.jgraph.event Modifier and Type Interface Description static interface
GraphModelEvent.GraphModelChange
Defines the interface for objects that may be included into a GraphModelEvent to describe a model change.Fields in org.jgraph.event declared as GraphLayoutCacheEvent.GraphLayoutCacheChange Modifier and Type Field Description protected GraphLayoutCacheEvent.GraphLayoutCacheChange
GraphLayoutCacheEvent. change
The object that constitutes the change.Methods in org.jgraph.event that return GraphLayoutCacheEvent.GraphLayoutCacheChange Modifier and Type Method Description GraphLayoutCacheEvent.GraphLayoutCacheChange
GraphLayoutCacheEvent. getChange()
Returns the object that constitutes the change.Constructors in org.jgraph.event with parameters of type GraphLayoutCacheEvent.GraphLayoutCacheChange Constructor 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. -
Uses of GraphLayoutCacheEvent.GraphLayoutCacheChange in org.jgraph.graph
Classes in org.jgraph.graph that implement GraphLayoutCacheEvent.GraphLayoutCacheChange Modifier and Type Class 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.Methods in org.jgraph.graph with parameters of type GraphLayoutCacheEvent.GraphLayoutCacheChange Modifier and Type Method Description protected void
GraphLayoutCache. fireGraphLayoutCacheChanged(java.lang.Object source, GraphLayoutCacheEvent.GraphLayoutCacheChange edit)
-