|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arctorus.documents.Adjustment
public final class Adjustment
Single adjustment guide of an auto shape.
Field Summary | |
---|---|
static Adjustment |
NULL
NULL Adjustment |
Constructor Summary | |
---|---|
Adjustment()
Default constructor. |
|
Adjustment(float value)
Creates adjustment guide and sets it's value. |
Method Summary | |
---|---|
float |
getValue()
Returns adjustment value. |
void |
setValue(float value)
Sets new adjustment value. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Adjustment NULL
Constructor Detail |
---|
public Adjustment()
public Adjustment(float value)
value
- adjustment value. Adjustment must be in the range [0..1].Method Detail |
---|
public float getValue()
public void setValue(float value)
value
- new adjustment value. Adjustment must be in the range [0..1].
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |