Uses of Interface
es.prodevelop.gvsig.mobile.fmap.legend.VectorialLegend

Packages that use VectorialLegend
es.prodevelop.gvsig.mobile.fmap.layer   
es.prodevelop.gvsig.mobile.fmap.legend   
 

Uses of VectorialLegend in es.prodevelop.gvsig.mobile.fmap.layer
 

Methods in es.prodevelop.gvsig.mobile.fmap.layer with parameters of type VectorialLegend
 void FLyrVect.setLegend(VectorialLegend r)
           
 void ClassifiableVectorial.setLegend(VectorialLegend r)
          Inserta una leyenda de tipo VectorialLegend.
 

Uses of VectorialLegend in es.prodevelop.gvsig.mobile.fmap.legend
 

Classes in es.prodevelop.gvsig.mobile.fmap.legend that implement VectorialLegend
 class SingleSymbolLegend
           
 

Methods in es.prodevelop.gvsig.mobile.fmap.legend that return VectorialLegend
static VectorialLegend LegendFactory.createSingleSymbolLegend()