| org.geotools.styling.TextSymbolizer2
All known Subclasses: org.geotools.styling.TextSymbolizerImpl,
TextSymbolizer2 | public interface TextSymbolizer2 extends TextSymbolizer(Code) | | Contains label shield hack
|
Method Summary | |
public Graphic | getGraphic() The nonstandard-SLD graphic element supports putting little graphical-bits onto labels. | public void | setGraphic(Graphic graphic) The nonstandard-SLD graphic element supports putting little graphical-bits onto labels. |
getGraphic | public Graphic getGraphic()(Code) | | The nonstandard-SLD graphic element supports putting little graphical-bits onto labels.
Useful for things like interstate road shields or labeled logos
- the Graphic object to be rendered under the label text |
setGraphic | public void setGraphic(Graphic graphic)(Code) | | The nonstandard-SLD graphic element supports putting little graphical-bits onto labels.
Useful for things like interstate road shields or labeled logos
Parameters: graphic - - the Graphic object which will be rendered under the label text |
|
|