All Packages Class Hierarchy This Package Previous Next Index
Class jclass.chart.JCChartEvent
java.lang.Object
|
+----jclass.chart.EventObject
|
+----jclass.chart.JCChartEvent
- public class JCChartEvent
- extends EventObject
JCChartEvent is used to encapsulate an action (zoom, scale, etc.)
happening to a chart. It holds the chart that was acted upon and the
axis of that chart that was modified.
Properties
Name |
Description |
ModifiedAxis
|
The ModifiedAxis property specifies the axis that was modified.
The default value is null and is inherited from the EventObject parent.
|
Source
|
The Source property specifies the event's source.
The default value is null and is inherited from the EventObject parent.
|
-
getModifiedAxis()
- Gets the ModifiedAxis property.
-
toString()
- Return this object as a string representation.
getModifiedAxis
public JCAxis getModifiedAxis()
- Gets the ModifiedAxis property. It holds the axis that was modified
by an action on the chart.
- Returns:
- the ModifiedAxis property, a JCAxis instance.
toString
public String toString()
- Return this object as a string representation.
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index