|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectaspose.pdf.PositionArray
public class PositionArray
Encapsulates a position array used in the Line.
| Constructor Summary | |
|---|---|
PositionArray()
Initializes a new instance of the PositionArray class. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Clones a new PositionArray object. |
int |
getLength()
Represents an int value that indicates the length of the position array. |
float |
getPosition(int index)
Gets the specified value in terms of index. |
void |
setLength(int value)
Represents an int value that indicates the length of the position array. |
void |
setPosition(int index,
float value)
Sets the specified value in terms of index. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PositionArray()
| Method Detail |
|---|
public int getLength()
public void setLength(int value)
value - public float getPosition(int index)
index -
public void setPosition(int index,
float value)
index - value - public 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 | ||||||||