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.graphpackage. -
-
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.Rectangle2DJGraph. 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 interfaceGraphModelEvent.GraphModelChangeDefines 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.GraphLayoutCacheChangeGraphLayoutCacheEvent. changeThe object that constitutes the change.Methods in org.jgraph.event that return GraphLayoutCacheEvent.GraphLayoutCacheChange Modifier and Type Method Description GraphLayoutCacheEvent.GraphLayoutCacheChangeGraphLayoutCacheEvent. 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 classDefaultGraphModel.GraphModelEditAn implementation of GraphModelChange that can be added to the model event.classDefaultGraphModel.GraphModelLayerEditAn implementation of GraphViewChange.classGraphLayoutCache.GraphLayoutCacheEditAn implementation of GraphLayoutCacheChange.Methods in org.jgraph.graph with parameters of type GraphLayoutCacheEvent.GraphLayoutCacheChange Modifier and Type Method Description protected voidGraphLayoutCache. fireGraphLayoutCacheChanged(java.lang.Object source, GraphLayoutCacheEvent.GraphLayoutCacheChange edit)
-