Package org.jungrapht.visualization
Class RenderContextStateChange.Event<V,E>
- java.lang.Object
-
- org.jungrapht.visualization.RenderContextStateChange.Event<V,E>
-
- Enclosing interface:
- RenderContextStateChange
public static class RenderContextStateChange.Event<V,E> extends Object
the event payload produced by this event model and consumed by its Listener consumers. Contains a reference to the RenderContext and a boolean flag (unused)
-
-
Field Summary
Fields Modifier and Type Field Description boolean
active
RenderContext<V,E>
renderContext
-
Constructor Summary
Constructors Constructor Description Event(RenderContext<V,E> renderContext, boolean active)
-
-
-
Field Detail
-
renderContext
public final RenderContext<V,E> renderContext
-
active
public final boolean active
-
-
Constructor Detail
-
Event
public Event(RenderContext<V,E> renderContext, boolean active)
-
-