ChartDirector 7.0 (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 viewport units.
getViewPortTop(Self)Gets the position of the top edge of the selection rectangle in viewport units.
getViewPortWidth(Self)Gets the width of the selection rectangle in viewport units.
getViewPortHeight(Self)Gets the height of the selection rectangle in viewport units.
Note: Methods inherited from MouseEvent are omitted.