Class LegendClearEvent
java.lang.Object
org.gvsig.fmap.mapcontext.events.FMapEventBase
org.gvsig.fmap.mapcontext.rendering.legend.events.LegendEventBase
org.gvsig.fmap.mapcontext.rendering.legend.events.VectorLegendEventBase
org.gvsig.fmap.mapcontext.rendering.legend.events.ClassificationLegendEvent
org.gvsig.fmap.mapcontext.rendering.legend.events.LegendClearEvent
- All Implemented Interfaces:
FMapEvent,LegendEvent,VectorLegendEvent
The class LegendClearEvent stores all necessary information of an event
produced when a legend is cleared.
- Author:
- Vicente Caballero Navarro
- See Also:
-
Field Summary
Fields inherited from interface org.gvsig.fmap.mapcontext.rendering.legend.events.LegendEvent
LEGEND_CHANGED, LEGEND_CLASSIFICATION_CHANGED, LEGEND_CLEARED, LEGEND_INTERVAL_CHANGED, LEGEND_SYMBOL_CHANGED, LEGEND_VALUE_CHANGEDFields inherited from interface org.gvsig.fmap.mapcontext.rendering.legend.events.VectorLegendEvent
LEGEND_CLASSIFICATION_CHANGED, LEGEND_INTERVAL_CHANGED, LEGEND_SYMBOL_CHANGED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintReturns the type of the eventISymbol[]Obtains the old symbols of the legendMethods inherited from class org.gvsig.fmap.mapcontext.rendering.legend.events.ClassificationLegendEvent
getClassIndexMethods inherited from class org.gvsig.fmap.mapcontext.rendering.legend.events.VectorLegendEventBase
getLayer, setLayerMethods inherited from class org.gvsig.fmap.mapcontext.rendering.legend.events.LegendEventBase
getEventSubtype, setEventSubtypeMethods inherited from class org.gvsig.fmap.mapcontext.events.FMapEventBase
setEventTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gvsig.fmap.mapcontext.events.FMapEvent
setEventTypeMethods inherited from interface org.gvsig.fmap.mapcontext.rendering.legend.events.LegendEvent
getEventSubtype, setEventSubtype
-
Constructor Details
-
LegendClearEvent
Constructor method- Parameters:
oldSymbols-
-
-
Method Details
-
getOldSymbols
Obtains the old symbols of the legend- Returns:
-
getEventType
public int getEventType()Returns the type of the event- Specified by:
getEventTypein interfaceFMapEvent- Overrides:
getEventTypein classClassificationLegendEvent- Returns:
- type of this legend event
- See Also:
-