@XmlElement(value="Font") public interface Font
Modifier and Type | Method and Description |
---|---|
Object |
accept(StyleVisitor visitor,
Object extraData)
calls the visit method of a StyleVisitor
|
List<Expression> |
getFamily()
The "font-family" SvgParameter element gives the family name of a font to use.
|
Expression |
getSize()
The "font-size" SvgParameter element gives the size to use for the font in pixels.
|
Expression |
getStyle()
The "font-style" SvgParameter element gives the style to use for a font.
|
Expression |
getWeight()
The "font-weight" SvgParameter element gives the amount of weight or boldness to use for a
font.
|
@XmlParameter(value="font-familly") List<Expression> getFamily()
@XmlParameter(value="font-style") Expression getStyle()
@XmlParameter(value="font-weight") Expression getWeight()
@XmlParameter(value="font-size") Expression getSize()
@Extension Object accept(StyleVisitor visitor, Object extraData)
visitor
- the style visitorCopyright © 1996–2019 Geotools. All rights reserved.