|
||||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | |||||||||
GeneralPath class represents a geometric path
constructed from straight lines, and quadratic and cubic
(Bézier) curves.GeneralPath object.
GeneralPath object with the specified
winding rule to control operations that require the interior of the
path to be defined.
GeneralPath object with the specified
winding rule and the specified initial capacity to store path
coordinates.
GeneralPath object from an arbitrary
Shape object.
n line segments.
N line segments.
n
line segments.
n line segments approximating
the Bezier curve.
this.
this.
(x-xc)^2 + (y-yc)^2 = r^2, giving:
x^2 + 0*x*y + y^2 -2*xc*x -2*yc*y + xc*xc+yc*yc-r*r = 0.
Point2D object.
point.
(x,y).
PathIterator object that iterates along the
boundary of this Shape and provides access to the
geometry of the outline of this Shape.
PathIterator object that iterates along the
boundary of the flattened Shape and provides access to the
geometry of the outline of the Shape.
p.
point2 and ends at
point1.
this.
this.
this.
|
||||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | |||||||||