Interface LayoutSizeChange
-
public interface LayoutSizeChangeAn event model to convey that the LayoutModel size has changed. Some LayoutAlgorithms enlarge the LayoutModel area, notably the TreeLayouts. Consumers of this event can adjust transform sizes to better fit the layout of the Graph. A use-case for a consumer of this event is the VisualizationServer (the event is passed thru the VisualizationModel). When the LayoutModel size is changed, the VisualizationServer can adjust its transforms to show the entire graph.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLayoutSizeChange.Event<V>the event payload produced by this event model and consumed by its Listener consumers.static interfaceLayoutSizeChange.Listener<V>interface required for consumers of this event modelstatic interfaceLayoutSizeChange.Producer<V>indicates that an implementor supports being a producer for this event modelstatic interfaceLayoutSizeChange.Support<V>required method signatures to be a producer for this event modelstatic classLayoutSizeChange.SupportImpl<V>implementations for a producer of this event model
-