com.iver.cit.gvsig.fmap.layers
Class LegendEvent

java.lang.Object
  extended bycom.iver.cit.gvsig.fmap.FMapEvent
      extended bycom.iver.cit.gvsig.fmap.layers.LegendEvent
Direct Known Subclasses:
ClassificationLegendEvent, LabelLegendEvent, LegendChangedEvent

public class LegendEvent
extends FMapEvent

Información del evento producido en una leyenda


Constructor Summary
LegendEvent()
           
 
Method Summary
 ClassifiableVectorial getLayer()
          Devuelve la capa como clasificable y vectorial.
 void setLayer(ClassifiableVectorial layer)
          Inserta la capa como Clasificable y vectorial.
 
Methods inherited from class com.iver.cit.gvsig.fmap.FMapEvent
getEventType, setEventType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LegendEvent

public LegendEvent()
Method Detail

getLayer

public ClassifiableVectorial getLayer()
Devuelve la capa como clasificable y vectorial.

Returns:
ClassifiableVectorial.

setLayer

public void setLayer(ClassifiableVectorial layer)
Inserta la capa como Clasificable y vectorial.

Parameters:
layer - ClassifiableVectorial.