Uses of Class
org.geotools.renderer.style.TextStyle2D
-
Packages that use TextStyle2D Package Description org.geotools.renderer.label org.geotools.renderer.style Styling to be applied onorg.geotools.renderer.geom.Geometry
objects at rendering time. -
-
Uses of TextStyle2D in org.geotools.renderer.label
Methods in org.geotools.renderer.label that return TextStyle2D Modifier and Type Method Description TextStyle2D
LabelCacheItem. getTextStyle()
The textstyle that is used to label the shape.Constructors in org.geotools.renderer.label with parameters of type TextStyle2D Constructor Description LabelCacheItem(String layerId, TextStyle2D textStyle, LiteShape2 shape, String label, TextSymbolizer symbolizer)
ConstructLabelCacheItem
. -
Uses of TextStyle2D in org.geotools.renderer.style
Constructors in org.geotools.renderer.style with parameters of type TextStyle2D Constructor Description TextStyle2D(TextStyle2D t)
-