com.iver.cit.gvsig.fmap.rendering
Interface ClassifiedLegend

All Superinterfaces:
ClassifiedLegendInfo, Legend
All Known Subinterfaces:
IntervalLegend, UniqueValueLegend
All Known Implementing Classes:
RasterIntervalLegend, RasterUniqueValueLegend, VectorialIntervalLegend, VectorialUniqueValueLegend

public interface ClassifiedLegend
extends ClassifiedLegendInfo

Interfaz que ofrece los métodos para clasificar la Leyenda.


Method Summary
 void clear()
          Elimina toda la información de clasificación: intervalos o valores
 java.lang.String getFieldName()
          Devuelve el nombre del campo.
 void setFieldName(java.lang.String i)
          Inserta el nombre del campo.
 
Methods inherited from interface com.iver.cit.gvsig.fmap.rendering.ClassifiedLegendInfo
getDescriptions, getSymbols, getValues
 
Methods inherited from interface com.iver.cit.gvsig.fmap.rendering.Legend
cloneLegend, getDefaultSymbol, getXMLEntity
 

Method Detail

clear

public void clear()
Elimina toda la información de clasificación: intervalos o valores


getFieldName

public java.lang.String getFieldName()
Devuelve el nombre del campo.

Returns:
Nombre del campo.

setFieldName

public void setFieldName(java.lang.String i)
Inserta el nombre del campo.

Parameters:
i - Nombre del campo.