java.lang.Object
java.util.EventObject
org.jfree.chart3d.style.ChartStyleChangeEvent
- All Implemented Interfaces:
Serializable
An event that signals a change to a
NOTE: This class is serializable, but the serialization format is subject to change in future releases and should not be relied upon for persisting instances of this class.
ChartStyle
.
NOTE: This class is serializable, but the serialization format is subject to change in future releases and should not be relied upon for persisting instances of this class.
- Since:
- 1.2
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionChartStyleChangeEvent
(Object source, ChartStyle style) Creates a new event.ChartStyleChangeEvent
(ChartStyle style) Creates a new event. -
Method Summary
Modifier and TypeMethodDescriptionReturns the chart style that this event is associated with.Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
ChartStyleChangeEvent
Creates a new event.- Parameters:
style
- the style (null
not permitted).
-
ChartStyleChangeEvent
Creates a new event.- Parameters:
source
- the source.style
- the style (null
not permitted).
-
-
Method Details
-
getChartStyle
Returns the chart style that this event is associated with.- Returns:
- The style (never
null
).
-