Interface LayoutSizeChange


  • public interface LayoutSizeChange
    An 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.