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

All Superinterfaces:
ClassifiedLegend, ClassifiedLegendInfo, Legend
All Known Implementing Classes:
RasterIntervalLegend, VectorialIntervalLegend

public interface IntervalLegend
extends ClassifiedLegend

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


Method Summary
 void changeInterval(int index, FInterval newInterval)
          Cambia el intervalo index-ésimo del array de intervalos
 void setIntervalSymbol(FInterval i, FSymbol value)
          Establece el símbolo asociado al intervalo
 
Methods inherited from interface com.iver.cit.gvsig.fmap.rendering.ClassifiedLegend
clear, getFieldName, setFieldName
 
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

setIntervalSymbol

public void setIntervalSymbol(FInterval i,
                              FSymbol value)
Establece el símbolo asociado al intervalo

Parameters:
i - Intervalo.
value - Símbolo.

changeInterval

public void changeInterval(int index,
                           FInterval newInterval)
Cambia el intervalo index-ésimo del array de intervalos

Parameters:
index - índice.
newInterval - nuevo intervalo.