Class SymbolLegendEvent

All Implemented Interfaces:
FMapEvent, LegendEvent, VectorLegendEvent

public class SymbolLegendEvent extends ClassificationLegendEvent

Event produced when changes one of the symbols of a classified legend.

Author:
Vicente Caballero Navarro
See Also:
  • Constructor Details

    • SymbolLegendEvent

      public SymbolLegendEvent(ISymbol oldSymbol, ISymbol newSymbol)

      Creates a new symbol legend event.

      Parameters:
      oldValue - previous symbol style
      newValue - new symbol style
  • Method Details