com.iver.cit.gvsig.fmap.rendering
Class LabelLegendEvent

java.lang.Object
  extended bycom.iver.cit.gvsig.fmap.FMapEvent
      extended bycom.iver.cit.gvsig.fmap.layers.LegendEvent
          extended bycom.iver.cit.gvsig.fmap.rendering.LabelLegendEvent

public class LabelLegendEvent
extends LegendEvent

Evento de cambio de un texto.

Author:
Vicente Caballero Navarro

Constructor Summary
LabelLegendEvent(int oldFieldId, int newFieldId)
          Crea un nuevo LabelLegendEvent.
 
Method Summary
 int getNewFieldId()
          Devuelve el nuevo índice del campo.
 int getOldFieldId()
          Devuelve el antiguo índice del campo.
 
Methods inherited from class com.iver.cit.gvsig.fmap.layers.LegendEvent
getLayer, setLayer
 
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

LabelLegendEvent

public LabelLegendEvent(int oldFieldId,
                        int newFieldId)
Crea un nuevo LabelLegendEvent.

Parameters:
oldFieldId - Antiguo índice de campo.
newFieldId - Nuevo índice de campo.
Method Detail

getNewFieldId

public int getNewFieldId()
Devuelve el nuevo índice del campo.

Returns:
índice.

getOldFieldId

public int getOldFieldId()
Devuelve el antiguo índice del campo.

Returns:
índice.