Uses of Interface
org.opengis.style.Font
-
Packages that use Font Package Description org.geotools.styling Allows for symbolization of geospatial data.org.opengis.style The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayal -
-
Uses of Font in org.geotools.styling
Subinterfaces of Font in org.geotools.styling Modifier and Type Interface Description interface
Font
A system-independent object for holding SLD font information.Classes in org.geotools.styling that implement Font Modifier and Type Class Description class
FontImpl
Provides a Java representation of the Font element of an SLD.Methods in org.geotools.styling with parameters of type Font Modifier and Type Method Description void
TextSymbolizer. setFont(Font font)
Set initial font used to render label.void
TextSymbolizerImpl. setFont(Font font)
TextSymbolizer
StyleFactory. textSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression label, Font font, LabelPlacement placement, Halo halo, Fill fill)
Creation of a TextSymbolizer defining how labels are portrayed.TextSymbolizer
StyleFactoryImpl. textSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression label, Font font, LabelPlacement placement, Halo halo, Fill fill)
TextSymbolizerImpl
StyleFactoryImpl2. textSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression label, Font font, LabelPlacement placement, Halo halo, Fill fill)
-
Uses of Font in org.opengis.style
Methods in org.opengis.style that return Font Modifier and Type Method Description Font
StyleFactory. font(List<Expression> family, Expression style, Expression weight, Expression size)
Create font entry; note this captures a list of font families in the preferred order, with the rendering engine choosing the first entry in the list available to the runtime environment.Font
TextSymbolizer. getFont()
Returns the Font to apply on the text.Methods in org.opengis.style with parameters of type Font Modifier and Type Method Description TextSymbolizer
StyleFactory. textSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression label, Font font, LabelPlacement placement, Halo halo, Fill fill)
Creation of a TextSymbolizer defining how labels are portrayed.Object
StyleVisitor. visit(Font font, Object data)
Called when accept is called on a font
-