Package | Description |
---|---|
org.geotools.renderer.lite |
A simple renderer implementation.
|
org.geotools.renderer.style |
Styling to be applied on
org.geotools.renderer.geom.Geometry objects at rendering time. |
Modifier and Type | Method and Description |
---|---|
static double |
RendererUtilities.getStyle2DSize(Style2D style) |
void |
StyledShapePainter.paint(Graphics2D graphics,
LiteShape2 shape,
Style2D style,
double scale) |
void |
StyledShapePainter.paint(Graphics2D graphics,
LiteShape2 shape,
Style2D style,
double scale,
boolean isLabelObstacle)
Invoked automatically when a polyline is about to be draw.
|
protected void |
StyledShapePainter.paintGraphicFill(Graphics2D graphics,
Shape shape,
Style2D graphicFill,
double scale)
Paints a graphic fill for a given shape.
|
Constructor and Description |
---|
PaintShapeRequest(Graphics2D graphic,
LiteShape2 shape,
Style2D style,
double scale) |
Modifier and Type | Class and Description |
---|---|
class |
DynamicLineStyle2D
A dynamic line style, that will compute its parameters each time they are requested instead of
caching them
|
class |
DynamicPolygonStyle2D
A dynamic polygon style, that will compute its parameters each time they are requested instead of
caching them
|
class |
GraphicStyle2D
A style class used to depict a point, polygon centroid or line with a small graphic icon
|
class |
IconStyle2D
|
class |
LineStyle2D
A rendered style to draw the contour of shapes TODO: add support for Graphic rendering (that is,
an image painted along the contour)
|
class |
MarkStyle2D
Style to represent points as small filled and stroked shapes
|
class |
PolygonStyle2D
A style that contains the specification to renderer both the contour and the interior of a shape
|
class |
TextStyle2D
DJB:
This class was fundamentally wrong - it tried to convert
|
Modifier and Type | Field and Description |
---|---|
protected Style2D |
PolygonStyle2D.graphicFill |
Modifier and Type | Method and Description |
---|---|
Style2D |
SLDStyleFactory.createDynamicStyle(SimpleFeature f,
Symbolizer symbolizer,
Range scaleRange)
Creates a rendered style
|
Style2D |
SLDStyleFactory.createStyle(Object drawMe,
Symbolizer symbolizer)
Creates a rendered style
Makes use of a symbolizer cache based on identity to avoid recomputing over and over the
same style object and to reduce memory usage.
|
Style2D |
SLDStyleFactory.createStyle(Object drawMe,
Symbolizer symbolizer,
Range scaleRange)
Creates a rendered style
Makes use of a symbolizer cache based on identity to avoid recomputing over and over the
same style object and to reduce memory usage.
|
Style2D |
TextStyle2D.getGraphic()
gets the Style2D to be drawn underneath this text
|
Style2D |
PolygonStyle2D.getGraphicFill()
Returns a Style2D used for filling the polygon to be rendered, or
null if none. |
Style2D |
LineStyle2D.getGraphicStroke()
Getter for property graphicStroke.
|
Modifier and Type | Method and Description |
---|---|
void |
TextStyle2D.setGraphic(Style2D s)
Sets the style2D to be drawn underneath this text
|
void |
PolygonStyle2D.setGraphicFill(Style2D graphicFill)
Sets a Style2D for filling the polygon to be
rendered.
|
void |
LineStyle2D.setGraphicStroke(Style2D graphicStroke)
Setter for property graphicStroke.
|
Copyright © 1996–2022 Geotools. All rights reserved.