Package org.jungrapht.visualization.layout.event
Support for graph layout related events
There are no java.awt imports in this package and its sub packages
-
Interface Summary Interface Description LayoutSizeChange An event model to convey that the LayoutModel size has changed.LayoutSizeChange.Listener<V> interface required for consumers of this event modelLayoutSizeChange.Producer<V> indicates that an implementor supports being a producer for this event modelLayoutSizeChange.Support<V> required method signatures to be a producer for this event modelLayoutStateChange An event model to convey that the LayoutModel is either active (busy) or not.LayoutStateChange.Listener interface required for consumers of this event modelLayoutStateChange.Producer indicates that an implementor supports being a producer for this event modelLayoutStateChange.Support required method signatures to be a producer for this event modelLayoutVertexPositionChange Event support to indicate that a Vertex's position has changed.LayoutVertexPositionChange.Listener<V> implemented by consumers for this event modelLayoutVertexPositionChange.Producer<V> indicates support for this event modelLayoutVertexPositionChange.Support<V> method signatures required for producers of this event modelModelChange For the most general change to a LayoutModel.ModelChange.Listener implemented by a consumer of this type of eventModelChange.Producer indicates support for this type of event dispatchModelChange.Support method signatures to add/remove listeners and fire eventsViewChange For the most general change to a LayoutModel.ViewChange.Listener implemented by a consumer of this type of eventViewChange.Producer indicates support for this type of event dispatchViewChange.Support method signatures to add/remove listeners and fire events -
Class Summary Class Description LayoutSizeChange.Event<V> the event payload produced by this event model and consumed by its Listener consumers.LayoutSizeChange.SupportImpl<V> implementations for a producer of this event modelLayoutStateChange.Event the event payload produced by this event model and consumed by its Listener consumers.LayoutStateChange.SupportImpl implementations for a producer of this event modelLayoutVertexPositionChange.Event<V> Event payload.LayoutVertexPositionChange.GraphEvent<V> LayoutVertexPositionChange.SupportImpl<V> implementations of support for this event modelModelChange.SupportImpl implementation of support.ViewChange.SupportImpl implementation of support.