Class ChangeColorInterpretationEvent

All Implemented Interfaces:
FMapEvent, RasterLegendEvent, LegendEvent

public final class ChangeColorInterpretationEvent extends RasterLegendEventBase
Author:
fdiaz
  • Constructor Details

    • ChangeColorInterpretationEvent

      public ChangeColorInterpretationEvent(String[] oldColorInterpretation, String[] newColorInterpretation)
      Parameters:
      oldColorInterpretation -
      newColorInterpretation -
  • Method Details

    • getOldColorInterpretation

      public String[] getOldColorInterpretation()
      Returns:
      the oldColorInterpretation
    • getNewColorInterpretation

      public String[] getNewColorInterpretation()
      Returns:
      the newColorInterpretation