|
|||||||||
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.Arc
public class Arc
Represents an arc Shape in a Graph.
Constructor Summary | |
---|---|
Arc()
Initialize a new instance of the Arc class. |
|
Arc(float posX,
float posY,
float radius,
float alpha,
float beta)
Initialize a new instance of the Arc class. |
|
Arc(Graph graph)
Initialize a new instance of the Arc class. |
|
Arc(Graph graph,
float posX,
float posY,
float radius,
float alpha,
float beta)
Initialize a new instance of the Arc class. |
Method Summary | |
---|---|
float |
getAlpha()
Gets a float value that indicates the beginning angle degree of the arc. |
float |
getBeta()
Gets a float value that indicates the ending angle degree of the arc. |
float |
getPosX()
Gets a float value that indicates the x-coordinate of the center of the arc. |
float |
getPosY()
Gets a float value that indicates the y-coordinate of the center of the arc. |
float |
getRadius()
Gets a float value that indicates the radius of the arc. |
Arc |
setAlpha(float alpha)
Sets a float value that indicates the beginning angle degree of the arc. |
Arc |
setBeta(float beta)
Sets a float value that indicates the ending angle degree of the arc. |
Arc |
setPosX(float posX)
Sets a float value that indicates the x-coordinate of the center of the arc. |
Arc |
setPosY(float posY)
Sets a float value that indicates the y-coordinate of the center of the arc. |
Arc |
setRadius(float radius)
Sets a float value that indicates the radius of the arc. |
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 Arc()
public Arc(Graph graph)
public Arc(float posX, float posY, float radius, float alpha, float beta)
public Arc(Graph graph, float posX, float posY, float radius, float alpha, float beta)
Method Detail |
---|
public float getAlpha()
public Arc setAlpha(float alpha)
alpha
- The alpha to set.public float getBeta()
public Arc setBeta(float beta)
beta
- The beta to set.public float getPosX()
public Arc setPosX(float posX)
posX
- The posX to set.public float getPosY()
public Arc setPosY(float posY)
posY
- The posY to set.public float getRadius()
public Arc setRadius(float radius)
radius
- The radius to set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |