Uses of Interface
org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelingStrategy
Packages that use ILabelingStrategy
Package
Description
-
Uses of ILabelingStrategy in org.gvsig.fmap.mapcontext
Methods in org.gvsig.fmap.mapcontext that return ILabelingStrategyModifier and TypeMethodDescriptionMapContextManager.getLabelingStrategy(org.gvsig.fmap.dal.DataStore dataStore) It returns the labeling strategy associated with aDataStore. -
Uses of ILabelingStrategy in org.gvsig.fmap.mapcontext.impl
Methods in org.gvsig.fmap.mapcontext.impl that return ILabelingStrategyModifier and TypeMethodDescriptionDefaultMapContextManager.getLabelingStrategy(org.gvsig.fmap.dal.DataStore dataStore) -
Uses of ILabelingStrategy in org.gvsig.fmap.mapcontext.layers.vectorial
Fields in org.gvsig.fmap.mapcontext.layers.vectorial declared as ILabelingStrategyMethods in org.gvsig.fmap.mapcontext.layers.vectorial that return ILabelingStrategyMethods in org.gvsig.fmap.mapcontext.layers.vectorial with parameters of type ILabelingStrategy -
Uses of ILabelingStrategy in org.gvsig.fmap.mapcontext.rendering.legend.styling
Methods in org.gvsig.fmap.mapcontext.rendering.legend.styling that return ILabelingStrategyModifier and TypeMethodDescriptionILabelable.getLabelingStrategy()Returns the current labeling strategyMethods in org.gvsig.fmap.mapcontext.rendering.legend.styling with parameters of type ILabelingStrategyModifier and TypeMethodDescriptionvoidILabelable.setLabelingStrategy(ILabelingStrategy strategy) Sets the new labeling strategy.