public class CdrEllipse extends CdrGraphicObject
The cdr Ellipse
CdrObjectContainer| Constructor and Description |
|---|
CdrEllipse() |
| Modifier and Type | Method and Description |
|---|---|
double |
getAngle1()
Gets the angle1.
|
double |
getAngle2()
Gets the angle2.
|
boolean |
getPie()
Gets a value indicating whether this
CdrEllipse is pie. |
void |
setAngle1(double value)
Sets the angle1.
|
void |
setAngle2(double value)
Sets the angle2.
|
void |
setPie(boolean value)
Sets a value indicating whether this
CdrEllipse is pie. |
getBoundsInPixels, getClipId, getHeight, getWidth, setBoundsInPixels, setClipId, setHeight, setWidthgetDocument, getParent, setDocument, setParentclose, dispose, getDisposedpublic final double getAngle1()
Gets the angle1.
public final void setAngle1(double value)
Sets the angle1.
value - the angle1.public final double getAngle2()
Gets the angle2.
public final void setAngle2(double value)
Sets the angle2.
value - the angle2.public final boolean getPie()
Gets a value indicating whether this CdrEllipse is pie.
CdrEllipse is pie.public final void setPie(boolean value)
Sets a value indicating whether this CdrEllipse is pie.
value - a value indicating whether this CdrEllipse is pie.Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.