CdrEllipse
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.imaging.DisposableObject, com.aspose.imaging.fileformats.cdr.objects.CdrObject, com.aspose.imaging.fileformats.cdr.objects.CdrGraphicObject
public class CdrEllipse extends CdrGraphicObject
The cdr Ellipse
Constructors
Constructor | Description |
---|---|
CdrEllipse() |
Methods
Method | Description |
---|---|
getAngle1() | Gets the angle1. |
setAngle1(double value) | Sets the angle1. |
getAngle2() | Gets the angle2. |
setAngle2(double value) | Sets the angle2. |
getPie() | Gets a value indicating whether this CdrEllipse is pie. |
setPie(boolean value) | Sets a value indicating whether this CdrEllipse is pie. |
CdrEllipse()
public CdrEllipse()
getAngle1()
public final double getAngle1()
Gets the angle1.
Returns: double - the angle1.
setAngle1(double value)
public final void setAngle1(double value)
Sets the angle1.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double | the angle1. |
getAngle2()
public final double getAngle2()
Gets the angle2.
Returns: double - the angle2.
setAngle2(double value)
public final void setAngle2(double value)
Sets the angle2.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double | the angle2. |
getPie()
public final boolean getPie()
Gets a value indicating whether this CdrEllipse is pie.
Returns: boolean - a value indicating whether this CdrEllipse is pie.
setPie(boolean value)
public final void setPie(boolean value)
Sets a value indicating whether this CdrEllipse is pie.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean | a value indicating whether this CdrEllipse is pie. |