Class 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 Detail

      • active

        public final boolean active
    • Constructor Detail

      • Event

        public Event​(LayoutModel layoutModel,
                     boolean active)