JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.chart
Class JCChartEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.klg.jclass.chart.JCChartEvent
All Implemented Interfaces:
Serializable

public class JCChartEvent
extends EventObject

Class used to encapsulate an action (for example, zoom or scale) on a chart. It holds the chart that was acted upon and, if the chart axis was modified, holds that axis -- zoom, scale, and tranlate actions modify axes; rotate, depth change, and edit actions do not.

See Also:
Serialized Form

Field Summary
protected  com.klg.jclass.chart.JCAxis modifiedAxis
           
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 com.klg.jclass.chart.JCAxis getModifiedAxis()
          Gets the ModifiedAxis property.
 String toString()
          Returns this object as a String representation.
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

modifiedAxis

protected com.klg.jclass.chart.JCAxis modifiedAxis
Method Detail

getModifiedAxis

public com.klg.jclass.chart.JCAxis getModifiedAxis()
Gets the ModifiedAxis property. It holds the axis that was modified by an action on the chart. If no axis was modified, the value is null.

Returns:
the ModifiedAxis property, a JCAxis instance

toString

public String toString()
Returns this object as a String representation.

Overrides:
toString in class EventObject
Returns:
object as a String representation

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