|
||||||||||
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.Line
Represents a line Shape in a Graph.
Constructor Summary | |
Line(float[] posArray)
Initialize a new instance of the Line class. |
|
Line(java.lang.String posArray)
Initialize a new instance of the Line class. |
Method Summary | |
float[] |
getPosArray()
Gets a PositionArray object that indicates the position array. |
void |
setPosArray(float[] posArray)
Sets a PositionArray object that indicates the position array. |
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 Line(float[] posArray)
public Line(java.lang.String posArray)
Method Detail |
public float[] getPosArray()
public void setPosArray(float[] posArray)
posArray
- The posArray to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |