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 |
---|---|
void |
ParallelLinesFiller.fillRectangle(Rectangle2D bounds,
StyledShapePainter painter,
Graphics2D graphics,
LineStyle2D ls2d)
Fills the specified rectangle with parallel lines
|
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 |
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
|
Copyright © 1996–2019 Geotools. All rights reserved.