|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.composite.geometry.GeometryHintLocationAdjustment
TODO: comment
| Field Summary | |
int |
adjustment
|
static int |
ALIGNTOCOORDSYSTEM_X_MAX
constant that tells about a location adjustment type |
static int |
ALIGNTOCOORDSYSTEM_X_MIN
constant that tells about a location adjustment type |
static int |
ALIGNTOCOORDSYSTEM_Y_MAX
constant that tells about a location adjustment type |
static int |
ALIGNTOCOORDSYSTEM_Y_MIN
constant that tells about a location adjustment type |
static int |
FIXED
constant that tells about a location adjustment type |
static int |
NONE
constant that tells about a location adjustment type |
static int |
PROPORTIONAL
constant that tells about a location adjustment type |
| Constructor Summary | |
GeometryHintLocationAdjustment()
|
|
GeometryHintLocationAdjustment(int adjustment)
|
|
| Method Summary | |
static int |
toConstant(java.lang.String adjustment)
Converts the location adjustment string representation given by adjustment into the according constant. |
static java.lang.Integer |
toObject(int adjustment)
|
static java.lang.String |
toString(int adjustment)
Converts the location adjustment constant given by adjustment into the according string representation. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int NONE
public static final int PROPORTIONAL
public static final int FIXED
public static final int ALIGNTOCOORDSYSTEM_X_MIN
public static final int ALIGNTOCOORDSYSTEM_X_MAX
public static final int ALIGNTOCOORDSYSTEM_Y_MIN
public static final int ALIGNTOCOORDSYSTEM_Y_MAX
public int adjustment
| Constructor Detail |
public GeometryHintLocationAdjustment()
public GeometryHintLocationAdjustment(int adjustment)
| Method Detail |
public static final int toConstant(java.lang.String adjustment)
adjustment into the according constant.
adjustment - the location adjustment string representation to
convert
public static final java.lang.String toString(int adjustment)
adjustment into the according string representation.
adjustment - the location adjustment constant to convert
public static final java.lang.Integer toObject(int adjustment)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||