Class LayoutStateChange.Event
- java.lang.Object
-
- org.jungrapht.visualization.layout.event.LayoutStateChange.Event
-
- Enclosing interface:
- LayoutStateChange
public static class LayoutStateChange.Event extends Object
the event payload produced by this event model and consumed by its Listener consumers. Contains a reference to the LayoutModel and a boolean flag indicating whether the LayoutModel is currently active or not. The LayoutModel is considered active when a relaxer thread is applying a LayoutAlgorithm to change Vertex positions
-
-
Field Summary
Fields Modifier and Type Field Description boolean
active
LayoutModel
layoutModel
-
Constructor Summary
Constructors Constructor Description Event(LayoutModel layoutModel, boolean active)
-
-
-
Field Detail
-
layoutModel
public final LayoutModel layoutModel
-
active
public final boolean active
-
-
Constructor Detail
-
Event
public Event(LayoutModel layoutModel, boolean active)
-
-