All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jclass.chart.JCPickEvent

java.lang.Object
   |
   +----jclass.chart.EventObject
           |
           +----jclass.chart.JCPickEvent

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.


Method Index

 o getPickResult()
Gets the result of a pick event, a JCDataIndex object.

Methods

 o getPickResult
  public 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:
s a JCDataIndex instance holding the pick result.

All Packages  Class Hierarchy  This Package  Previous  Next  Index