| java.lang.Object org.geotools.renderer.shape.AbstractShape
All known Subclasses: org.geotools.renderer.shape.MultiPointShape, org.geotools.renderer.shape.MultiLineShape, org.geotools.renderer.shape.PolygonShape,
AbstractShape | abstract public class AbstractShape implements Shape(Code) | | An abstract java awt shape that will allow a SimpleGeometry to be drawn using Graphics2D
author: jeichar since: 2.1.x |
contains | public boolean contains(double x, double y)(Code) | | |
contains | public boolean contains(double x, double y, double w, double h)(Code) | | |
intersects | public boolean intersects(double x, double y, double w, double h)(Code) | | |
|
|