public class OdAngleEllipse extends OdStyledObject
The Enhanced angle ellipse
| Constructor and Description |
|---|
OdAngleEllipse(OdObject parent)
Initializes a new instance of the
OdAngleEllipse class. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getClosed()
Gets or sets a value indicating whether this
OdAngleEllipse is closed. |
float |
getEndAngle()
Gets or sets the end angle.
|
int |
getKind()
Gets or sets the kind.
|
float |
getStartAngle()
Gets or sets the start angle.
|
void |
setClosed(boolean value)
Gets or sets a value indicating whether this
OdAngleEllipse is closed. |
void |
setEndAngle(float value)
Gets or sets the end angle.
|
void |
setKind(int value)
Gets or sets the kind.
|
void |
setStartAngle(float value)
Gets or sets the start angle.
|
getRectangle, getStyle, setRectangle, setStylegetAbsoluteCoordinates, setAbsoluteCoordinatespublic OdAngleEllipse(OdObject parent)
Initializes a new instance of the OdAngleEllipse class.
parent - The parent.public float getStartAngle()
Gets or sets the start angle.
public void setStartAngle(float value)
Gets or sets the start angle.
value - The start angle.public float getEndAngle()
Gets or sets the end angle.
public void setEndAngle(float value)
Gets or sets the end angle.
value - The end angle.public boolean getClosed()
Gets or sets a value indicating whether this OdAngleEllipse is closed.
true if closed; otherwise, false.public void setClosed(boolean value)
Gets or sets a value indicating whether this OdAngleEllipse is closed.
value - true if closed; otherwise, false.public int getKind()
Gets or sets the kind.
public void setKind(int value)
Gets or sets the kind.
value - The kind.Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.