com.iver.cit.gvsig.fmap.layers.layerOperations
Interface ClassifiableVectorial

All Superinterfaces:
Classifiable
All Known Implementing Classes:
FLyrText, FLyrVect

public interface ClassifiableVectorial
extends Classifiable

Interfaz que implementan todas las capas que pueden tener asociada una leyenda


Method Summary
 void setLegend(VectorialLegend r)
          Inserta una leyenda de tipo VectorialLegend.
 
Methods inherited from interface com.iver.cit.gvsig.fmap.layers.layerOperations.Classifiable
addLegendListener, getLegend, getShapeType, removeLegendListener
 

Method Detail

setLegend

public void setLegend(VectorialLegend r)
               throws DriverException,
                      FieldNotFoundException
Inserta una leyenda de tipo VectorialLegend.

Parameters:
r - VectorialLegend.
Throws:
DriverLoadException
DriverException
FieldNotFoundException