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, getHeight, getWidth, setBoundsInPixels, setHeight, setWidth
getDocument, getParent, setDocument, setParent
close, dispose, getDisposed
public 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.