com.klg.jclass.chart
Class JCPickEvent
java.lang.Object
|
+--java.util.EventObject
|
+--com.klg.jclass.chart.JCPickEvent
- All Implemented Interfaces:
- Serializable
- public class JCPickEvent
- extends EventObject
Represents a pick event in JCChart. A pick event occurs when a
JCPickListener is installed on a chart and the mouse button is
pressed down over a JCChart object.
- See Also:
- Serialized Form
|
Field Summary |
protected com.klg.jclass.chart.JCDataIndex |
pickResult
The result of a pick event. |
|
Method Summary |
com.klg.jclass.chart.JCDataIndex |
getPickResult()
Gets the result of a pick event, a JCDataIndex object. |
pickResult
protected com.klg.jclass.chart.JCDataIndex pickResult
- The result of a pick event. Holds object, data view, data series, and
series point picked.
getPickResult
public com.klg.jclass.chart.JCDataIndex getPickResult()
- Gets the result of a pick event, a
JCDataIndex object. If no
subcomponent of a JCChart (header, footer, legend, chart area)
was picked, this will be null.
- Returns:
- a
JCDataIndex instance holding the pick result