Interface IVisualChangeEvent

    • Method Detail

      • getLayer

        ILayer getLayer()
        Returns:
        the layer that the visible change event is originating from.
      • getChangedPositionRectangles

        Collection<org.eclipse.swt.graphics.Rectangle> getChangedPositionRectangles()
        Returns:
        the position rectangles that have changed and need to be redrawn. If no rectangles are returned, then the receiver should assume that the entire layer is changed and will need to be redrawn.