Annotation Interface DynamicHinge
Hinge states supported by the
DynamicEngine
.-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Constant for the collapsed hinge state.static final int
Constant for the flat hinge state.static final int
Constant for the half expanded hinge state.static final int
Constant for the unknown hinge state.
-
Field Details
-
UNKNOWN
static final int UNKNOWNConstant for the unknown hinge state.- See Also:
-
COLLAPSED
static final int COLLAPSEDConstant for the collapsed hinge state.- See Also:
-
HALF_EXPANDED
static final int HALF_EXPANDEDConstant for the half expanded hinge state.- See Also:
-
FLAT
static final int FLATConstant for the flat hinge state.- See Also:
-