SelectionChangedInfo Class
The information that is received by SelectionChangedListener.
Declaration
public class SelectionChangedInfo
Inherited Members
java.lang.Object.equals(java.lang.Object)(Object)
java.lang.Object.hashCode()()
java.lang.Object.notify()()
java.lang.Object.notifyAll()()
java.lang.Object.toString()()
java.lang.Object.wait()()
java.lang.Object.wait(long)(long)
java.lang.Object.wait(long, int)(long,int)
Inheritance
Object
SelectionChangedInfo
Methods
getAction() Method
Returns the selection action.
Declaration
public SelectionAction getAction()
Returns
| Type | Description |
|---|---|
| SelectionAction | The SelectionAction enumeration value specifying that selection action occurs. |
getDeselectedInfo() Method
Returns information about deselected points.
Declaration
public SeriesPointInfo getDeselectedInfo()
Returns
| Type | Description |
|---|---|
| SeriesPointInfo | The SeriesPointInfo object that provides information about deselected points. |
getSelectedInfo() Method
Returns information about selected points.
Declaration
public SeriesPointInfo getSelectedInfo()
Returns
| Type | Description |
|---|---|
| SeriesPointInfo | The SeriesPointInfo object that provides information about selected points. |