ChartDirector 5.1 (Java Edition)

SelectionEvent


SelectionEvent is a subclass of java.awt.event.MouseEvent. It provides information about the current selection rectangle on the chart during a drag to select operation.

MethodInheritedDescription
isVisible(Self)Determines if the selection rectangle is visible.
getViewPortLeft(Self)Gets the position of the left edge of the selection rectangle in view port units.
getViewPortTop(Self)Gets the position of the top edge of the selection rectangle in view port units.
getViewPortWidth(Self)Gets the width of the selection rectangle in view port units.
getViewPortHeight(Self)Gets the height of the selection rectangle in view port units.
Note: Methods inherited from MouseEvent are omitted.