Class ClassificationLegendEvent

All Implemented Interfaces:
FMapEvent, LegendEvent, VectorLegendEvent
Direct Known Subclasses:
IntervalLegendEvent, LegendClearEvent, SymbolLegendEvent, ValueLegendEvent

public class ClassificationLegendEvent extends VectorLegendEventBase

Event produced on a classified legend.

Author:
Vicente Caballero Navarro, jaume domimguez faus - jaume.dominguez@iver.es
  • Constructor Details

    • ClassificationLegendEvent

      public ClassificationLegendEvent()
  • Method Details

    • getClassIndex

      public int getClassIndex()

      Gets the index of the class where the classification has changed.

      Returns:
      index of the class where the classification has changed
    • getEventType

      public int getEventType()

      Returns the type of this legend event.

      Specified by:
      getEventType in interface FMapEvent
      Overrides:
      getEventType in class FMapEventBase
      Returns:
      type of this legend event
      See Also: