| org.geotools.styling.StyleFactory2
All known Subclasses: org.geotools.styling.StyleFactoryImpl,
StyleFactory2 | public interface StyleFactory2 extends StyleFactory(Code) | | Abstract base class for implementing style factories.
|
createTextSymbolizer | public TextSymbolizer2 createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName, Graphic graphic)(Code) | | Label Shield hack, non SLD 1.1
Parameters: fill - Fill Parameters: fonts - Font information (CSS) Parameters: halo - Describes Halo Parameters: label - Expression for label Parameters: labelPlacement - Captures label position Parameters: geometryPropertyName - With respect to this geometry Parameters: graphic - Used to draw a backdrop behind label DOCUMENT ME! |
|
|