public class IntervalLegendEvent extends ClassificationLegendEvent
Event produced when changes the interval value of a classification legend.
FMapEvent
LEGEND_CLASSIFICATION_CHANGED, LEGEND_CLEARED, LEGEND_INTERVAL_CHANGED, LEGEND_SYMBOL_CHANGED, LEGEND_VALUE_CHANGED
Constructor and Description |
---|
IntervalLegendEvent(IInterval oldInterval,
IInterval newInterval)
Creates a new legend interval event.
|
Modifier and Type | Method and Description |
---|---|
int |
getEventType()
Returns the type of this legend event.
|
IInterval |
getNewInterval()
Gets the new legend interval.
|
IInterval |
getOldInterval()
Gets the previous legend interval.
|
getClassIndex
getLayer, setLayer
setEventType
public IInterval getOldInterval()
Gets the previous legend interval.
public IInterval getNewInterval()
Gets the new legend interval.
public int getEventType()
Returns the type of this legend event.
getEventType
in class ClassificationLegendEvent
LegendEvent.LEGEND_INTERVAL_CHANGED