Uses of Class
org.geotools.brewer.styling.builder.FontBuilder
-
Packages that use FontBuilder Package Description org.geotools.brewer.styling.builder -
-
Uses of FontBuilder in org.geotools.brewer.styling.builder
Methods in org.geotools.brewer.styling.builder that return FontBuilder Modifier and Type Method Description FontBuilder
FontBuilder. family(String cqlExpression)
FontBuilder
FontBuilder. family(Expression family)
FontBuilder
FontBuilder. familyName(String family)
FontBuilder
TextSymbolizerBuilder. newFont()
FontBuilder
FontBuilder. reset()
FontBuilder
FontBuilder. reset(Font font)
FontBuilder
FontBuilder. size(double size)
FontBuilder
FontBuilder. size(String cqlExpression)
FontBuilder
FontBuilder. size(Expression size)
FontBuilder
FontBuilder. style(String cqlExpression)
FontBuilder
FontBuilder. style(Expression style)
FontBuilder
FontBuilder. styleName(String style)
FontBuilder
FontBuilder. unset()
FontBuilder
FontBuilder. weight(String cqlExpression)
FontBuilder
FontBuilder. weight(Expression weight)
FontBuilder
FontBuilder. weightName(String weight)
-