Package org.geotools.renderer.lite
Class DashedShape
Object
DashedShape
- All Implemented Interfaces:
Shape
A shape wrapper that generates a stroked version of the shape without actually holding it all in memory (it is
streamed through the path iterator)
- Author:
- Andrea Aime - OpenGeo
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe iterator that generates the dashed segments in a streaming fashion -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancontains(double x, double y) booleancontains(double x, double y, double w, double h) booleanbooleangetPathIterator(AffineTransform at, double flatness) booleanintersects(double x, double y, double w, double h) booleanstatic void
-
Constructor Details
-
DashedShape
-
-
Method Details
-
contains
public boolean contains(double x, double y, double w, double h) -
contains
public boolean contains(double x, double y) -
contains
-
contains
-
getBounds
-
getBounds2D
- Specified by:
getBounds2Din interfaceShape
-
intersects
public boolean intersects(double x, double y, double w, double h) - Specified by:
intersectsin interfaceShape
-
intersects
- Specified by:
intersectsin interfaceShape
-
getPathIterator
- Specified by:
getPathIteratorin interfaceShape
-
getPathIterator
- Specified by:
getPathIteratorin interfaceShape
-
main
- Throws:
Exception
-