Class ChartStyleChangeEvent

java.lang.Object
java.util.EventObject
org.jfree.chart3d.style.ChartStyleChangeEvent
All Implemented Interfaces:
Serializable

public class ChartStyleChangeEvent extends EventObject
An event that signals a change to a 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:
  • Constructor Details

  • Method Details

    • getChartStyle

      Returns the chart style that this event is associated with.
      Returns:
      The style (never null).