Changed Methods |
double getAngleExtent()
|
Documentation changed from old to new. |
Returns the angular extent of the arc. |
double getAngleStart()
|
Documentation changed from old to new. |
Returns the starting angle of the arc. |
int getArcType()
|
Documentation changed from old to new. |
Returns the arc closure type of the arc: OPEN CHORD or PIE |
Rectangle2D makeBounds(double, double, double, double)
|
Documentation changed from old to new. |
Constructs a Rectangle2D of the appropriate precision to hold the parameters calculated to be the bounding box of this arc. |
void setAngleExtent(double )
|
Documentation changed from old to new. |
Sets the angular extent of this arc to the specified double value. |
void setArcByCenter(double, double, double, double, double, int)
|
Documentation changed from old to new. |
Sets the position bounds angular extents and closure type of this arc to the specified values. |
void setArcType(int )
|
Documentation changed from old to new. |
Sets the closure type of this arc to the specified value: OPEN CHORD or PIE . |
void setAngleStart(double )
|
Documentation changed from old to new. |
Sets the starting angle of this arc to the specified double value. |
void setAngleStart(Point2D )
|
Documentation changed from old to new. |
Sets the starting angle of this arc to the angle that the specified point defines relative to the center of this arc. |