JClass DesktopViews 6.3.0 API
Documentation

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.
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 com.klg.jclass.chart.JCDataIndex getPickResult()
          Gets the result of a pick event, a JCDataIndex object.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

pickResult

protected com.klg.jclass.chart.JCDataIndex pickResult
The result of a pick event. Holds object, data view, data series, and series point picked.

Method Detail

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

Copyright © 2004 Quest Software Inc..
All rights reserved.