Uses of Interface
org.gvsig.fmap.mapcontext.layers.operations.ClassifiableVectorial
Packages that use ClassifiableVectorial
Package
Description
-
Uses of ClassifiableVectorial in org.gvsig.fmap.mapcontext.layers.vectorial
Subinterfaces of ClassifiableVectorial in org.gvsig.fmap.mapcontext.layers.vectorialModifier and TypeInterfaceDescriptioninterfaceUtility layer to be able to draw graphics in aMapContext.interfaceClasses in org.gvsig.fmap.mapcontext.layers.vectorial that implement ClassifiableVectorial -
Uses of ClassifiableVectorial in org.gvsig.fmap.mapcontext.layers.vectorial.impl
Classes in org.gvsig.fmap.mapcontext.layers.vectorial.impl that implement ClassifiableVectorial -
Uses of ClassifiableVectorial in org.gvsig.fmap.mapcontext.rendering.legend.events
Methods in org.gvsig.fmap.mapcontext.rendering.legend.events that return ClassifiableVectorialModifier and TypeMethodDescriptionLegendEvent.getLayer()Returns the layer of the legend where the event was produced, as a classifiable and vector layer.LegendEventBase.getLayer()Deprecated.VectorLegendEvent.getLayer()Returns the layer of the legend where the event was produced, as a classifiable and vector layer.VectorLegendEventBase.getLayer()Returns the layer of the legend where the event was produced, as a classifiable and vector layer.Methods in org.gvsig.fmap.mapcontext.rendering.legend.events with parameters of type ClassifiableVectorialModifier and TypeMethodDescriptionvoidLegendEvent.setLayer(ClassifiableVectorial layer) Sets the layer of the legend where the event was produced, as a classifiable and vector layer.voidLegendEventBase.setLayer(ClassifiableVectorial layer) Deprecated.voidVectorLegendEvent.setLayer(ClassifiableVectorial layer) Sets the layer of the legend where the event was produced, as a classifiable and vector layer.voidVectorLegendEventBase.setLayer(ClassifiableVectorial layer) Sets the layer of the legend where the event was produced, as a classifiable and vector layer.