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
|
Method Summary |
com.klg.jclass.chart.JCAxis |
getModifiedAxis()
Gets the ModifiedAxis property. |
String |
toString()
Returns this object as a String representation. |
modifiedAxis
protected com.klg.jclass.chart.JCAxis modifiedAxis
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