public class ArcSegment extends Object
The arc segment. Represents an elliptical arc between two points.
| Constructor and Description |
|---|
ArcSegment()
Initializes a new instance of the
ArcSegment class. |
| Modifier and Type | Method and Description |
|---|---|
String |
getPoint()
Gets or sets the point.
|
double |
getRotationAngle()
Gets or sets the rotation angle.
|
String |
getSize()
Gets or sets the size.
|
String |
getSweepDirection()
Gets or sets the sweep direction.
|
boolean |
isLargeArc()
Gets or sets a value indicating whether is large arc.
|
boolean |
isStroked()
Gets or sets a value indicating whether is stroked.
|
void |
setLargeArc(boolean value)
Gets or sets a value indicating whether is large arc.
|
void |
setPoint(String value)
Gets or sets the point.
|
void |
setRotationAngle(double value)
Gets or sets the rotation angle.
|
void |
setSize(String value)
Gets or sets the size.
|
void |
setStroked(boolean value)
Gets or sets a value indicating whether is stroked.
|
void |
setSweepDirection(String value)
Gets or sets the sweep direction.
|
public ArcSegment()
Initializes a new instance of the ArcSegment class.
public final String getPoint()
Gets or sets the point. Specifies the endpoint of the elliptical arc.
public final void setPoint(String value)
Gets or sets the point. Specifies the endpoint of the elliptical arc.
public final String getSize()
Gets or sets the size. Specifies the x and y radius of the elliptical arc as an x, y pair.
public final void setSize(String value)
Gets or sets the size. Specifies the x and y radius of the elliptical arc as an x, y pair.
public final double getRotationAngle()
Gets or sets the rotation angle. Indicates how the ellipse is rotated relative to the current coordinate system.
public final void setRotationAngle(double value)
Gets or sets the rotation angle. Indicates how the ellipse is rotated relative to the current coordinate system.
public final boolean isLargeArc()
Gets or sets a value indicating whether is large arc. Determines whether the arc is drawn with a sweep of 180 or greater.Can be true or false.
public final void setLargeArc(boolean value)
Gets or sets a value indicating whether is large arc. Determines whether the arc is drawn with a sweep of 180 or greater.Can be true or false.
public final String getSweepDirection()
Gets or sets the sweep direction. Specifies the direction in which the arc is drawn. Valid values are Clockwise and Counterclockwise.
public final void setSweepDirection(String value)
Gets or sets the sweep direction. Specifies the direction in which the arc is drawn. Valid values are Clockwise and Counterclockwise.
public final boolean isStroked()
Gets or sets a value indicating whether is stroked. Specifies whether the stroke for this segment of the path is drawn. Can be true or false.
public final void setStroked(boolean value)
Gets or sets a value indicating whether is stroked. Specifies whether the stroke for this segment of the path is drawn. Can be true or false.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.