Class IntervalLegendEvent

All Implemented Interfaces:
FMapEvent, LegendEvent, VectorLegendEvent

public class IntervalLegendEvent extends ClassificationLegendEvent

Event produced when changes the interval value of a classification legend.

Author:
jaume dominguez faus - jaume.dominguez@iver.es
See Also:
  • Constructor Details

    • IntervalLegendEvent

      public IntervalLegendEvent(IInterval oldInterval, IInterval newInterval)

      Creates a new legend interval event.

      Parameters:
      oldInterval - previous legend interval
      newInterval - new legend interval
  • Method Details