Interface RenderContextStateChange


  • public interface RenderContextStateChange
    An event model to convey that the RenderContext has changed. Consumers of this event can do something in response to a change in the RenderContext. A use-case for a consumer of this event is the spatial data structures. When the RenderContext vertexShapeFunction or edgeShapeFunction changes, the bounding rectangles of the spatial data structures should be recalculated.