public class IntervalLegendEvent extends ClassificationLegendEvent
Event produced when changes the interval value of a classification legend.
FMapEventLEGEND_CLASSIFICATION_CHANGED, LEGEND_INTERVAL_CHANGED, LEGEND_SYMBOL_CHANGEDLEGEND_CHANGED, LEGEND_CLEARED, 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, setLayergetEventSubtype, setEventSubtypesetEventTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEventSubtype, setEventSubtypesetEventTypepublic 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 interface FMapEventgetEventType in class ClassificationLegendEventLegendEvent.LEGEND_INTERVAL_CHANGED