|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.aspose.pdf.elements.Shape
com.aspose.pdf.elements.Ellipse
public class Ellipse
| Constructor Summary | |
|---|---|
Ellipse()
Initialize a new instance of the Ellipse class. |
|
Ellipse(float left,
float bottom,
float width,
float height)
Initialize a new instance of the Ellipse class. |
|
| Method Summary | |
|---|---|
float |
getBottom()
Gets a float value that indicates the bottom position of the ellipse. |
float |
getHeight()
Gets a float value that indicates the height of the ellipse. |
float |
getLeft()
Gets a float value that indicates the left position of the ellipse. |
float |
getWidth()
Gets a float value that indicates the height of the ellipse. |
Ellipse |
setBottom(float bottom)
Sets a float value that indicates the bottom position of the ellipse. |
Ellipse |
setHeight(float height)
Sets a float value that indicates the height of the ellipse. |
Ellipse |
setLeft(float left)
Sets a float value that indicates the left position of the ellipse. |
Ellipse |
setWidth(float width)
Sets a float value that indicates the height of the ellipse. |
| Methods inherited from class com.aspose.pdf.elements.Shape |
|---|
getGraphInfo, getID, setGraphInfo, setID |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Ellipse()
public Ellipse(float left,
float bottom,
float width,
float height)
left - The left position of the ellipse.bottom - The bottom position of the ellipse.width - The width of the ellipse.height - The height of the ellipse.| Method Detail |
|---|
public float getBottom()
public Ellipse setBottom(float bottom)
bottom - The bottom to set.public float getLeft()
public Ellipse setLeft(float left)
left - The left to set.public float getHeight()
public Ellipse setHeight(float height)
height - The height to set.public float getWidth()
public Ellipse setWidth(float width)
width - The width to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||