|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@XmlElement(value="TextSymbolizer") public interface TextSymbol
Indicates how text will be drawn.
Method Summary | |
---|---|
Fill |
getFill()
Returns the object that indicates how the text will be filled. |
List<Font> |
getFonts()
Returns a list of Fonts to choose from when rendering this symbol. |
Halo |
getHalo()
Returns the object that indicates if a Halo will be drawn around the text. |
Expression |
getLabel()
Returns the expression that will be evaluated to determine what text is displayed. |
TextPlacement |
getPlacement()
Returns the object that indicates how the text should be placed with respect to the feature geometry. |
void |
setFill(Fill fill)
Sets the object that indicates how the text will be filled. |
void |
setHalo(Halo halo)
Sets the object that indicates if a Halo will be drawn around the text. |
void |
setLabel(Expression label)
Sets the expression that will be evaluated to determine what text is displayed. |
void |
setPlacement(TextPlacement placement)
Sets the object that indicates how the text should be placed with respect to the feature geometry. |
Methods inherited from interface Symbol |
---|
accept, getAbstract, getGeometryAttribute, getName, getTitle, setAbstract, setGeometryAttribute, setName, setTitle |
Method Detail |
---|
@XmlElement(value="Label") Expression getLabel()
@XmlElement(value="Label") void setLabel(Expression label)
getLabel()
for details.
@XmlElement(value="Font") List<Font> getFonts()
setFonts
method.)
@XmlElement(value="LabelPlacement") TextPlacement getPlacement()
LinePlacement
or PointPlacement
.
@XmlElement(value="LabelPlacement") void setPlacement(TextPlacement placement)
getPlacement()
for details.
@XmlElement(value="Halo") Halo getHalo()
@XmlElement(value="Halo") void setHalo(Halo halo)
getHalo()
for details.
@XmlElement(value="Fill") Fill getFill()
@XmlElement(value="Fill") void setFill(Fill fill)
getFill()
for details.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |