|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectaspose.pdf.Shape
aspose.pdf.ClosedShape
aspose.pdf.Ellipse
public class Ellipse
Represents a Ellipse Shape
in a Pdf document.
Typical usages are the following:
Constructor Summary | |
---|---|
Ellipse()
Constructor - initializes a new instance of the Ellipse class. |
|
Ellipse(float left,
float bottom,
float width,
float height)
Constructor - initializes a new instance of the Ellipse class. |
|
Ellipse(Graph graph)
Constructor - initializes a new instance of the Ellipse class. |
|
Ellipse(Graph graph,
float left,
float bottom,
float width,
float height)
Constructor - initializes a new instance of the Ellipse class. |
Method Summary | |
---|---|
protected java.lang.Object |
clone()
|
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 width of the ellipse. |
void |
setBottom(float rectBottom)
Sets a float value that indicates the bottom position of the ellipse. |
void |
setHeight(float rectHeight)
Sets a float value that indicates the height of the ellipse. |
void |
setLeft(float rectLeft)
Sets a float value that indicates the left position of the ellipse. |
void |
setWidth(float rectWidth)
Sets a float value that indicates the width of the ellipse. |
Methods inherited from class aspose.pdf.Shape |
---|
getGraphInfo, getID, setGraphInfo, setID |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Ellipse()
Ellipse
class.
public Ellipse(float left, float bottom, float width, float height)
Ellipse
class.
left
- The left position of the ellipse.bottom
- The bottom position of the ellipse.height
- The height of the ellipse.width
- The width of the ellipse.public Ellipse(Graph graph)
Ellipse
class.
Remarks: This constructor can inherit common property values
from the specified Graph
object.
graph
- The specified Graph
object.public Ellipse(Graph graph, float left, float bottom, float width, float height)
Ellipse
class.
Remarks: This constructor can inherit common property values from
the specified Graph
object.
graph
- The specified Graph
object.left
- The left position of the ellipse.bottom
- The bottom position of the ellipse.height
- The height of the ellipse.width
- The width of the ellipse.Method Detail |
---|
public float getLeft()
public void setLeft(float rectLeft)
rectLeft
- A float value.public float getBottom()
public void setBottom(float rectBottom)
rectBottom
- A Float value.public float getWidth()
public void setWidth(float rectWidth)
rectWidth
- A float value.public float getHeight()
public void setHeight(float rectHeight)
rectHeight
- A float value.protected java.lang.Object clone()
clone
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |