|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Font | |
---|---|
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 This package is a merge from package GeoAPI SLD (v1.0.0) and GeoTools styling. |
Uses of Font in org.geotools.styling |
---|
Subinterfaces of Font in org.geotools.styling | |
---|---|
interface |
Font
A system-independent object for holding SLD font information. |
Classes in org.geotools.styling that implement Font | |
---|---|
class |
FontImpl
Provides a Java representation of the Font element of an SLD. |
Methods in org.geotools.styling with parameters of type Font | |
---|---|
void |
TextSymbolizerImpl.setFont(Font font)
|
void |
TextSymbolizer.setFont(Font font)
Font used when rendering this symbolizer. |
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)
|
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. |
Uses of Font in org.opengis.style |
---|
Methods in org.opengis.style that return Font | |
---|---|
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 | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |