Class ClassificationLegendEvent
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
- All Implemented Interfaces:
FMapEvent,LegendEvent,VectorLegendEvent
- Direct Known Subclasses:
IntervalLegendEvent,LegendClearEvent,SymbolLegendEvent,ValueLegendEvent
Event produced on a classified legend.
- Author:
- Vicente Caballero Navarro, jaume domimguez faus - jaume.dominguez@iver.es
-
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 TypeMethodDescriptionintGets the index of the class where the classification has changed.intReturns the type of this legend event.Methods 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
-
ClassificationLegendEvent
public ClassificationLegendEvent()
-
-
Method Details
-
getClassIndex
public int getClassIndex()Gets the index of the class where the classification has changed.
- Returns:
- index of the class where the classification has changed
-
getEventType
public int getEventType()Returns the type of this legend event.
- Specified by:
getEventTypein interfaceFMapEvent- Overrides:
getEventTypein classFMapEventBase- Returns:
- type of this legend event
- See Also:
-