|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TextSymbolizer2
Contains label shield hack
Method Summary | |
---|---|
Expression |
getFeatureDescription()
Description is used by text oriented renders such as KML and RSS to specify a feature's description |
Graphic |
getGraphic()
The nonstandard-SLD graphic element supports putting little graphical-bits onto labels. |
OtherText |
getOtherText()
Other text can be used to allow open ended extensions on text oriented output formats |
Expression |
getSnippet()
Abstract is used by text oriented renderers such as KML and RSS to specify an abstract (RSS) or a snippet (KML) |
void |
setFeatureDescription(Expression description)
|
void |
setGraphic(Graphic graphic)
The nonstandard-SLD graphic element supports putting little graphical-bits onto labels. |
void |
setOtherText(OtherText otherText)
|
void |
setSnippet(Expression expression)
|
Methods inherited from interface TextSymbolizer |
---|
addToOptions, getFill, getFont, getFonts, getGeometryPropertyName, getHalo, getLabel, getLabelPlacement, getOption, getOptions, getPlacement, getPriority, setFill, setFonts, setGeometryPropertyName, setHalo, setLabel, setLabelPlacement, setPlacement, setPriority |
Methods inherited from interface Symbolizer |
---|
accept |
Method Detail |
---|
Graphic getGraphic()
void setGraphic(Graphic graphic)
graphic
- - the Graphic object which will be rendered under the label textExpression getSnippet()
void setSnippet(Expression expression)
Expression getFeatureDescription()
void setFeatureDescription(Expression description)
OtherText getOtherText()
void setOtherText(OtherText otherText)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |