Package com.massifmaps.components
Class PivotMode
java.lang.Object
com.massifmaps.components.PivotMode
Possible pivot modes.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceThe accepted values of this constant namespace. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intScreen center is always used for pivot point.static final intThe touch point (or middle point between 2 finger touches) is used as the pivot point. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PIVOT_MODE_TOUCHPOINT
public static final int PIVOT_MODE_TOUCHPOINTThe touch point (or middle point between 2 finger touches) is used as the pivot point.- See Also:
-
PIVOT_MODE_CENTERPOINT
public static final int PIVOT_MODE_CENTERPOINTScreen center is always used for pivot point.- See Also:
-
-
Constructor Details
-
PivotMode
public PivotMode()
-