|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.composite.geometry.GeometryHintSizeAdjustment
TODO: comment
| Field Summary | |
int |
adjustment
|
static int |
FIXED
constant that tells about a size adjustment type |
static int |
NONE
constant that tells about a size adjustment type |
static int |
PROPORTIONAL
constant that tells about a size adjustment type |
static int |
SCALETOCOORDSYSTEM_X_MAX
constant that tells about a size adjustment type |
static int |
SCALETOCOORDSYSTEM_Y_MAX
constant that tells about a size adjustment type |
static int |
SCALETOCOORDSYSTEMRANGE_X
constant that tells about a size adjustment type |
static int |
SCALETOCOORDSYSTEMRANGE_Y
constant that tells about a size adjustment type |
| Constructor Summary | |
GeometryHintSizeAdjustment()
|
|
GeometryHintSizeAdjustment(int adjustment)
|
|
| Method Summary | |
static int |
toConstant(java.lang.String adjustment)
Converts the size 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 size 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 SCALETOCOORDSYSTEMRANGE_X
public static final int SCALETOCOORDSYSTEMRANGE_Y
public static final int SCALETOCOORDSYSTEM_X_MAX
public static final int SCALETOCOORDSYSTEM_Y_MAX
public int adjustment
| Constructor Detail |
public GeometryHintSizeAdjustment()
public GeometryHintSizeAdjustment(int adjustment)
| Method Detail |
public static final int toConstant(java.lang.String adjustment)
adjustment into the according constant.
adjustment - the size adjustment string representation to convert
public static final java.lang.String toString(int adjustment)
adjustment into the according string representation.
adjustment - the size 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 | ||||||||||