public class Shapes
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static boolean |
outlineContains(java.awt.Shape shape,
java.awt.geom.Point2D.Double p,
double tolerance)
Returns true, if the outline of this bezier path contains the specified
point.
|