|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@XmlElement(value="Font") public interface Font
The Font element identifies a font of a certain family, style, and size.
Method Summary | |
---|---|
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. |
Method Detail |
---|
@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 visitor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |