Class VectorLegendEventBase
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
- All Implemented Interfaces:
FMapEvent,LegendEvent,VectorLegendEvent
- Direct Known Subclasses:
ClassificationLegendEvent,LabelLegendEvent
- Author:
- fdiaz
-
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 TypeMethodDescriptiongetLayer()Returns the layer of the legend where the event was produced, as a classifiable and vector layer.voidsetLayer(ClassifiableVectorial layer) Sets the layer of the legend where the event was produced, as a classifiable and vector layer.Methods inherited from class org.gvsig.fmap.mapcontext.rendering.legend.events.LegendEventBase
getEventSubtype, setEventSubtypeMethods inherited from class org.gvsig.fmap.mapcontext.events.FMapEventBase
getEventType, 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
getEventType, setEventTypeMethods inherited from interface org.gvsig.fmap.mapcontext.rendering.legend.events.LegendEvent
getEventSubtype, setEventSubtype
-
Constructor Details
-
VectorLegendEventBase
public VectorLegendEventBase()
-
-
Method Details
-
getLayer
Returns the layer of the legend where the event was produced, as a classifiable and vector layer.
- Specified by:
getLayerin interfaceLegendEvent- Specified by:
getLayerin interfaceVectorLegendEvent- Overrides:
getLayerin classLegendEventBase- Returns:
- the layer where the event was produced, as classifiable vector
- See Also:
-
setLayer
Sets the layer of the legend where the event was produced, as a classifiable and vector layer.
- Specified by:
setLayerin interfaceLegendEvent- Specified by:
setLayerin interfaceVectorLegendEvent- Overrides:
setLayerin classLegendEventBase- Parameters:
layer- the layer where the event was produced, as classifiable vector- See Also:
-