Uses of Class gnu.java.awt.java2d.Segment

Uses in package gnu.java.awt.java2d

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
Segment.add(Segment newsegment)
Add a segment to the polygon

Methods with return type gnu.java.awt.java2d.Segment

Segment[]
Get the "top" and "bottom" segments of this segment.
Segment[]
Get the "top" and "bottom" segments of this segment.
Segment[]
Get the "top" and "bottom" segments of a given segment.
Segment[]
Get the "top" and "bottom" segments of a segment.