Class LegendChangeEvent

All Implemented Interfaces:
Serializable

public class LegendChangeEvent
extends ChartChangeEvent
A change event that encapsulates information about a change to a chart legend.
See Also:
Serialized Form
  • Constructor Details

    • LegendChangeEvent

      public LegendChangeEvent​(Legend legend)
      Creates a new LegendChangeEvent.
      Parameters:
      legend - the legend that generated the event.
  • Method Details

    • getLegend

      public Legend getLegend()
      Returns the legend that generated the event.
      Returns:
      the legend that generated the event.