STUBS ONLY
XXX Implement and document. Note that Sun's implementation only expects
float precision, not double.
void | append(java.awt.Shape s, boolean connect)
|
void | append(java.awt.geom.PathIterator i, boolean connect)
|
java.lang.Object | clone()
|
void | closePath()
|
boolean | contains(double x, double y)
|
boolean | contains(java.awt.geom.Point2D p)
|
boolean | contains(double x, double y, double w, double h)
|
boolean | contains(java.awt.geom.Rectangle2D r)
|
java.awt.Shape | createTransformedShape(java.awt.geom.AffineTransform xform)
|
void | curveTo(float x1, float y1, float x2, float y2, float x3, float y3)
|
java.awt.Rectangle | getBounds()
|
java.awt.geom.Rectangle2D | getBounds2D()
|
java.awt.geom.Point2D | getCurrentPoint()
|
java.awt.geom.PathIterator | getPathIterator(final AffineTransform at)
|
java.awt.geom.PathIterator | getPathIterator(java.awt.geom.AffineTransform at, double flatness)
|
int | getWindingRule()
|
boolean | intersects(double x, double y, double w, double h)
|
boolean | intersects(java.awt.geom.Rectangle2D r)
|
void | lineTo(float x, float y)
|
void | moveTo(float x, float y)
|
void | quadTo(float x1, float y1, float x2, float y2)
|
void | reset()
|
void | setWindingRule(int rule)
|
void | transform(java.awt.geom.AffineTransform xform)
|
STUBS ONLY
XXX Implement and document. Note that Sun's implementation only expects
float precision, not double.
Create a new shape of the same run-time type with the same contents as
this one.