Example usage for Java java.awt.geom Arc2D.Float fields, constructors, methods, implement or subclass
The text is from its open source code.
void | setAngleExtent(double angExt) Sets the angular extent of this arc to the specified double value. |
void | setAngleStart(double angSt) Sets the starting angle of this arc to the specified double value. |
void | setAngleStart(Point2D p) Sets the starting angle of this arc to the angle that the specified point defines relative to the center of this arc. |
void | setFrame(double x, double y, double w, double h) Note that the arc partially inscribes the framing rectangle of this RectangularShape . |