public class VectorLegendEventBase extends LegendEventBase implements VectorLegendEvent
LEGEND_CLASSIFICATION_CHANGED, LEGEND_INTERVAL_CHANGED, LEGEND_SYMBOL_CHANGEDLEGEND_CHANGED, LEGEND_CLEARED, LEGEND_VALUE_CHANGED| Constructor and Description |
|---|
VectorLegendEventBase() |
| Modifier and Type | Method and Description |
|---|---|
ClassifiableVectorial |
getLayer()
Returns the layer of the legend where the event was produced, as a classifiable and vector layer.
|
void |
setLayer(ClassifiableVectorial layer)
Sets the layer of the legend where the event was produced, as a classifiable and vector layer.
|
getEventSubtype, setEventSubtypegetEventType, setEventTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEventSubtype, setEventSubtypegetEventType, setEventTypepublic ClassifiableVectorial getLayer()
Returns the layer of the legend where the event was produced, as a classifiable and vector layer.
getLayer in interface LegendEventgetLayer in interface VectorLegendEventgetLayer in class LegendEventBasesetLayer(ClassifiableVectorial)public void setLayer(ClassifiableVectorial layer)
Sets the layer of the legend where the event was produced, as a classifiable and vector layer.
setLayer in interface LegendEventsetLayer in interface VectorLegendEventsetLayer in class LegendEventBaselayer - the layer where the event was produced, as classifiable vectorgetLayer()