public final class Line extends Shape
Represents line.
Constructor and Description |
---|
Line()
For Internal usage only
|
Line(float[] positionArray)
Initializes a new instance of the
Line class. |
Modifier and Type | Method and Description |
---|---|
float[] |
getPositionArray()
Gets object that indicates the position array.The array is composed by coordinates of each
control point of the line. directly.
|
void |
setPositionArray(float[] value)
Sets object that indicates the position array.The array is composed by coordinates of each
control point of the line. directly.
|
getGraphInfo, getText, setGraphInfo, setText
public Line()
For Internal usage only
public Line(float[] positionArray)
Initializes a new instance of the Line
class.
positionArray
- The line position array.public float[] getPositionArray()
Gets object that indicates the position array.The array is composed by coordinates of each control point of the line. directly.
public void setPositionArray(float[] value)
Sets object that indicates the position array.The array is composed by coordinates of each control point of the line. directly.
value
- that indicates the position array.