Uses of Interface
org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelClass
Packages that use ILabelClass
-
Uses of ILabelClass in org.gvsig.fmap.mapcontext.rendering.legend.styling
Methods in org.gvsig.fmap.mapcontext.rendering.legend.styling that return ILabelClassModifier and TypeMethodDescriptionILabelClassFactory.create()ILabelingMethod.getLabelClassByName(String labelName) Returns the LabelClass contained by this ILabelingMethod whose name matches with the string passed in labelName.ILabelingMethod.getLabelClasses()Returns all the labels defined by this Labeling MethodMethods in org.gvsig.fmap.mapcontext.rendering.legend.styling with parameters of type ILabelClassModifier and TypeMethodDescriptionvoidILabelingMethod.addLabelClass(ILabelClass lbl) Adds a LabelClass to the set of LabelClass contained by this ILabelingMethod.voidILabelingMethod.deleteLabelClass(ILabelClass lbl) Removes the LabelClass from the set of LabelClasses contained by this ILabelingMethod.org.gvsig.fmap.dal.feature.FeatureSetILabelingMethod.getFeatureIteratorByLabelClass(FLyrVect layer, ILabelClass lc, ViewPort viewPort, String[] usedFields) voidILabelingMethod.renameLabelClass(ILabelClass lbl, String newName) Changes the mane of a given LabelClass