Package org.geotools.renderer.lite
Class ParallelLinesFiller
Object
ParallelLinesFiller
Support class that fills a given rectangle with a set of parallel lines derived from a sample mark that would
generate sets of parallel lines when tiled
- Author:
- Andrea Aime
-
Constructor Summary
ConstructorsConstructorDescriptionParallelLinesFiller
(List<ParallelLinesFiller.Line> lines, double xStep, double yStep) -
Method Summary
Modifier and TypeMethodDescriptionvoid
fillRectangle
(Rectangle2D bounds, StyledShapePainter painter, Graphics2D graphics, LineStyle2D ls2d) Fills the specified rectangle with parallel linesstatic ParallelLinesFiller
fromStipple
(Shape shape) Builds a line filler from a stipple shape, if at all possible, or returns null otherwise
-
Constructor Details
-
ParallelLinesFiller
-
-
Method Details
-
fromStipple
Builds a line filler from a stipple shape, if at all possible, or returns null otherwise -
fillRectangle
public void fillRectangle(Rectangle2D bounds, StyledShapePainter painter, Graphics2D graphics, LineStyle2D ls2d) Fills the specified rectangle with parallel lines
-