|
||||||||||
| 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.Circle
Represents a circle Shape in a Graph.
| Constructor Summary | |
Circle(float posX,
float posY,
float radius)
Initialize a new instance of the Circle class. |
|
| Method Summary | |
float |
getPosX()
Gets a float value that indicates the x-coordinate of the center of the circle. |
float |
getPosY()
Gets a float value that indicates the y-coordinate of the center of the circle. |
float |
getRadius()
Gets a float value that indicates the radius of the circle. |
Circle |
setPosX(float posX)
Sets a float value that indicates the x-coordinate of the center of the circle. |
Circle |
setPosY(float posY)
Sets a float value that indicates the y-coordinate of the center of the circle. |
Circle |
setRadius(float radius)
Sets a float value that indicates the radius of the circle. |
| 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 Circle(float posX,
float posY,
float radius)
| Method Detail |
public float getPosX()
public Circle setPosX(float posX)
posX - The posX to set.public float getPosY()
public Circle setPosY(float posY)
posY - The posY to set.public float getRadius()
public Circle setRadius(float radius)
radius - The radius to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||