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

All Known Subinterfaces:
ClassifiedLegend, ClassifiedLegendInfo, IntervalLegend, RasterLegend, UniqueValueLegend, VectorialLegend
All Known Implementing Classes:
ColorRamp, RasterIntervalLegend, RasterUniqueValueLegend, SingleSymbolLegend, VectorialIntervalLegend, VectorialUniqueValueLegend

public interface Legend

Información sobre la leyenda para la representación en la interfaz


Method Summary
 Legend cloneLegend()
          Clona la leyenda.
 FSymbol getDefaultSymbol()
          Obtiene el símbolo por defecto de la leyenda
 XMLEntity getXMLEntity()
          Devuelve el XMLEntity.
 

Method Detail

getDefaultSymbol

public FSymbol getDefaultSymbol()
Obtiene el símbolo por defecto de la leyenda

Returns:
Símbolo por defecto.

getXMLEntity

public XMLEntity getXMLEntity()
Devuelve el XMLEntity.

Returns:
XMLEntity.
Throws:
DriverException

cloneLegend

public Legend cloneLegend()
                   throws XMLException
Clona la leyenda.

Returns:
Leyenda cloanada.
Throws:
XMLException
DriverException