public class IntervalLegendEvent extends ClassificationLegendEvent
Event produced when changes the interval value of a classification legend.
FMapEventLEGEND_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.
|
getClassIndexgetLayer, setLayersetEventTypepublic 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 ClassificationLegendEventLegendEvent.LEGEND_INTERVAL_CHANGED