Uses of Enum Class
org.geotools.renderer.label.LabelCacheImpl.LabelRenderingMode
Packages that use LabelCacheImpl.LabelRenderingMode
-
Uses of LabelCacheImpl.LabelRenderingMode in org.geotools.renderer.label
Fields in org.geotools.renderer.label declared as LabelCacheImpl.LabelRenderingModeModifier and TypeFieldDescriptionprotected LabelCacheImpl.LabelRenderingModeLabelCacheImpl.labelRenderingModeMethods in org.geotools.renderer.label that return LabelCacheImpl.LabelRenderingModeModifier and TypeMethodDescriptionLabelCacheImpl.getLabelRenderingMode()Returns the enum constant of this class with the specified name.static LabelCacheImpl.LabelRenderingMode[]LabelCacheImpl.LabelRenderingMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.geotools.renderer.label with parameters of type LabelCacheImpl.LabelRenderingModeModifier and TypeMethodDescriptionvoidLabelCacheImpl.setLabelRenderingMode(LabelCacheImpl.LabelRenderingMode mode) Sets the text rendering mode.Method parameters in org.geotools.renderer.label with type arguments of type LabelCacheImpl.LabelRenderingModeModifier and TypeMethodDescriptionvoidLabelCacheImpl.setConstructPainter(BiFunction<Graphics2D, LabelCacheImpl.LabelRenderingMode, LabelPainter> constructPainter) Change the method used to construct LabelPainters.Constructors in org.geotools.renderer.label with parameters of type LabelCacheImpl.LabelRenderingModeModifierConstructorDescriptionLabelPainter(Graphics2D graphics, LabelCacheImpl.LabelRenderingMode labelRenderingMode) Builds a new painter