Uses of Class
org.geotools.renderer.style.Style2D
-
Packages that use Style2D Package Description org.geotools.renderer.lite A simple renderer implementation.org.geotools.renderer.style Styling to be applied onorg.geotools.renderer.geom.Geometryobjects at rendering time. -
-
Uses of Style2D in org.geotools.renderer.lite
Methods in org.geotools.renderer.lite with parameters of type Style2D Modifier and Type Method Description static doubleRendererUtilities. getStyle2DSize(Style2D style)voidStyledShapePainter. paint(Graphics2D graphics, LiteShape2 shape, Style2D style, double scale)voidStyledShapePainter. paint(Graphics2D graphics, LiteShape2 shape, Style2D style, double scale, boolean isLabelObstacle)Invoked automatically when a polyline is about to be draw.protected voidStyledShapePainter. paintGraphicFill(Graphics2D graphics, Shape shape, Style2D graphicFill, double scale)Paints a graphic fill for a given shape.Constructors in org.geotools.renderer.lite with parameters of type Style2D Constructor Description PaintShapeRequest(Graphics2D graphic, LiteShape2 shape, Style2D style, double scale) -
Uses of Style2D in org.geotools.renderer.style
Subclasses of Style2D in org.geotools.renderer.style Modifier and Type Class Description classDynamicLineStyle2DA dynamic line style, that will compute its parameters each time they are requested instead of caching themclassDynamicPolygonStyle2DA dynamic polygon style, that will compute its parameters each time they are requested instead of caching themclassGraphicStyle2DA style class used to depict a point, polygon centroid or line with a small graphic iconclassIconStyle2DclassLineStyle2DA rendered style to draw the contour of shapes TODO: add support for Graphic rendering (that is, an image painted along the contour)classMarkStyle2DStyle to represent points as small filled and stroked shapesclassPolygonStyle2DA style that contains the specification to renderer both the contour and the interior of a shapeclassTextStyle2DDJB:Fields in org.geotools.renderer.style declared as Style2D Modifier and Type Field Description protected Style2DPolygonStyle2D. graphicFillMethods in org.geotools.renderer.style that return Style2D Modifier and Type Method Description Style2DSLDStyleFactory. createDynamicStyle(SimpleFeature f, Symbolizer symbolizer, Range scaleRange)Creates a rendered styleStyle2DSLDStyleFactory. createStyle(Object drawMe, Symbolizer symbolizer)Creates a rendered styleStyle2DSLDStyleFactory. createStyle(Object drawMe, Symbolizer symbolizer, Range scaleRange)Creates a rendered styleStyle2DTextStyle2D. getGraphic()gets the Style2D to be drawn underneath this textStyle2DPolygonStyle2D. getGraphicFill()Returns a Style2D used for filling the polygon to be rendered, ornullif none.Style2DLineStyle2D. getGraphicStroke()Getter for property graphicStroke.Methods in org.geotools.renderer.style with parameters of type Style2D Modifier and Type Method Description voidTextStyle2D. setGraphic(Style2D s)Sets the style2D to be drawn underneath this textvoidPolygonStyle2D. setGraphicFill(Style2D graphicFill)Sets a Style2D for filling the polygon to be rendered.voidLineStyle2D. setGraphicStroke(Style2D graphicStroke)Setter for property graphicStroke.
-