OdArc
Inheritance: java.lang.Object, com.aspose.imaging.fileformats.opendocument.OdObject, com.aspose.imaging.fileformats.opendocument.objects.graphic.OdGraphicObject
public class OdArc extends OdGraphicObject
The Enhanced Arc
Constructors
| Constructor | Description |
|---|---|
| OdArc(OdObject parent) | Initializes a new instance of the OdArc class. |
Methods
| Method | Description |
|---|---|
| isArcTo() | Gets or sets a value indicating whether this instance is arc to. |
| setArcTo(boolean value) | Gets or sets a value indicating whether this instance is arc to. |
| isEllipticalQundrantX() | Gets or sets a value indicating whether this instance is elliptical quadrant x. |
| setEllipticalQundrantX(boolean value) | Gets or sets a value indicating whether this instance is elliptical quadrant x. |
| isEllipticalQundrantY() | Gets or sets a value indicating whether this instance is elliptical quadrant y. |
| setEllipticalQundrantY(boolean value) | Gets or sets a value indicating whether this instance is elliptical quadrant y. |
| getClockWise() | Gets or sets a value indicating whether [clock wise]. |
| setClockWise(boolean value) | Gets or sets a value indicating whether [clock wise]. |
| getPoint1() | Gets or sets the point1. |
| setPoint1(PointF value) | Gets or sets the point1. |
| getPoint2() | Gets or sets the point2. |
| setPoint2(PointF value) | Gets or sets the point2. |
| getPoint3() | Gets or sets the point3. |
| setPoint3(PointF value) | Gets or sets the point3. |
| getPoint4() | Gets or sets the point4. |
| setPoint4(PointF value) | Gets or sets the point4. |
OdArc(OdObject parent)
public OdArc(OdObject parent)
Initializes a new instance of the OdArc class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| parent | OdObject | The parent. |
isArcTo()
public boolean isArcTo()
Gets or sets a value indicating whether this instance is arc to.
Returns:
boolean - true if this instance is arc to; otherwise, false.
setArcTo(boolean value)
public void setArcTo(boolean value)
Gets or sets a value indicating whether this instance is arc to.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean | true if this instance is arc to; otherwise, false. |
isEllipticalQundrantX()
public boolean isEllipticalQundrantX()
Gets or sets a value indicating whether this instance is elliptical quadrant x.
Returns:
boolean - true if this instance is elliptical quadrant x; otherwise, false.
setEllipticalQundrantX(boolean value)
public void setEllipticalQundrantX(boolean value)
Gets or sets a value indicating whether this instance is elliptical quadrant x.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean | true if this instance is elliptical quadrant x; otherwise, false. |
isEllipticalQundrantY()
public boolean isEllipticalQundrantY()
Gets or sets a value indicating whether this instance is elliptical quadrant y.
Returns:
boolean - true if this instance is elliptical qundrant y; otherwise, false.
setEllipticalQundrantY(boolean value)
public void setEllipticalQundrantY(boolean value)
Gets or sets a value indicating whether this instance is elliptical quadrant y.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean | true if this instance is elliptical qundrant y; otherwise, false. |
getClockWise()
public boolean getClockWise()
Gets or sets a value indicating whether [clock wise].
Returns:
boolean - true if [clock wise]; otherwise, false.
setClockWise(boolean value)
public void setClockWise(boolean value)
Gets or sets a value indicating whether [clock wise].
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean | true if [clock wise]; otherwise, false. |
getPoint1()
public PointF getPoint1()
Gets or sets the point1.
Returns: PointF - The point1.
setPoint1(PointF value)
public void setPoint1(PointF value)
Gets or sets the point1.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | PointF | The point1. |
getPoint2()
public PointF getPoint2()
Gets or sets the point2.
Returns: PointF - The point2.
setPoint2(PointF value)
public void setPoint2(PointF value)
Gets or sets the point2.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | PointF | The point2. |
getPoint3()
public PointF getPoint3()
Gets or sets the point3.
Returns: PointF - The point3.
setPoint3(PointF value)
public void setPoint3(PointF value)
Gets or sets the point3.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | PointF | The point3. |
getPoint4()
public PointF getPoint4()
Gets or sets the point4.
Returns: PointF - The point4.
setPoint4(PointF value)
public void setPoint4(PointF value)
Gets or sets the point4.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | PointF | The point4. |