Frames | No Frames |
Classes derived from gnu.java.awt.java2d.Segment | |
class | Cubic Bezier curve segment
|
class | |
class | Quadratic Bezier curve segment
Note: Most peers don't support quadratics directly, so it might make
sense to represent them as cubics internally and just be done with it.
|
Fields of type gnu.java.awt.java2d.Segment | |
Segment | |
Segment | |
Segment |
Methods with parameter type gnu.java.awt.java2d.Segment | |
void | Add a segment to the polygon
|
Methods with return type gnu.java.awt.java2d.Segment | |
Segment[] | CubicSegment.getDisplacedSegments(double radius) Get the "top" and "bottom" segments of this segment. |
Segment[] | LineSegment.getDisplacedSegments(double radius) Get the "top" and "bottom" segments of this segment.
|
Segment[] | QuadSegment.getDisplacedSegments(double radius) Get the "top" and "bottom" segments of a given segment.
|
Segment[] | Segment.getDisplacedSegments(double radius) Get the "top" and "bottom" segments of a segment.
|