org.geotools.styling
Interface StyleFactory2

All Superinterfaces:
Factory, StyleFactory
All Known Implementing Classes:
StyleFactoryImpl

public interface StyleFactory2
extends StyleFactory

Abstract base class for implementing style factories.


Method Summary
 TextSymbolizer2 createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, java.lang.String geometryPropertyName, Graphic graphic)
          Label Shield hack, non SLD 1.1
 
Methods inherited from interface org.geotools.styling.StyleFactory
createAnchorPoint, createChannelSelection, createColorMap, createColorMapEntry, createContrastEnhancement, createContrastEnhancement, createDefaultGraphic, createDisplacement, createExtent, createExternalGraphic, createExternalGraphic, createFeatureTypeConstraint, createFeatureTypeStyle, createFeatureTypeStyle, createFill, createFill, createFill, createFont, createGraphic, createHalo, createImageOutline, createLayerFeatureConstraints, createLinePlacement, createLineSymbolizer, createLineSymbolizer, createMark, createMark, createNamedLayer, createNamedStyle, createPointPlacement, createPointSymbolizer, createPointSymbolizer, createPolygonSymbolizer, createPolygonSymbolizer, createRasterSymbolizer, createRasterSymbolizer, createRemoteOWS, createRule, createSelectedChannelType, createSelectedChannelType, createShadedRelief, createStroke, createStroke, createStroke, createStyle, createStyledLayerDescriptor, createTextSymbolizer, createTextSymbolizer, createUserLayer, getCircleMark, getCrossMark, getDefaultFill, getDefaultFont, getDefaultGraphic, getDefaultLineSymbolizer, getDefaultMark, getDefaultPointPlacement, getDefaultPointSymbolizer, getDefaultPolygonSymbolizer, getDefaultRasterSymbolizer, getDefaultStroke, getDefaultStyle, getDefaultTextSymbolizer, getSquareMark, getStarMark, getTriangleMark, getXMark
 
Methods inherited from interface org.geotools.factory.Factory
getImplementationHints
 

Method Detail

createTextSymbolizer

public TextSymbolizer2 createTextSymbolizer(Fill fill,
                                            Font[] fonts,
                                            Halo halo,
                                            Expression label,
                                            LabelPlacement labelPlacement,
                                            java.lang.String geometryPropertyName,
                                            Graphic graphic)
Label Shield hack, non SLD 1.1

Parameters:
fill - Fill
fonts - Font information (CSS)
halo - Describes Halo
label - Expression for label
labelPlacement - Captures label position
geometryPropertyName - With respect to this geometry
graphic - Used to draw a backdrop behind label
Returns:
DOCUMENT ME!


Copyright © GeoTools. All Rights Reserved.