public class ParallelLinesFiller extends Object
Constructor and Description |
---|
ParallelLinesFiller(List<ParallelLinesFiller.Line> lines,
double xStep,
double yStep) |
Modifier and Type | Method and Description |
---|---|
void |
fillRectangle(Rectangle2D bounds,
StyledShapePainter painter,
Graphics2D graphics,
LineStyle2D ls2d)
Fills the specified rectangle with parallel lines
|
static ParallelLinesFiller |
fromStipple(Shape shape)
Builds a line filler from a stipple shape, if at all possible, or returns null otherwise
|
public ParallelLinesFiller(List<ParallelLinesFiller.Line> lines, double xStep, double yStep)
public static ParallelLinesFiller fromStipple(Shape shape)
shape
- public void fillRectangle(Rectangle2D bounds, StyledShapePainter painter, Graphics2D graphics, LineStyle2D ls2d)
bounds
- painter
- graphics
- ls2d
- Copyright © 1996–2019 Geotools. All rights reserved.