| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.carto.components.PivotMode | |
Possible pivot modes.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| PivotMode | PIVOT_MODE_CENTERPOINT | Screen center is always used for pivot point. | |||||||||
| PivotMode | PIVOT_MODE_TOUCHPOINT | The touch point (or middle point between 2 finger touches) is used as the pivot point. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static PivotMode | swigToEnum(int swigValue) | ||||||||||
| final int | swigValue() | ||||||||||
| static PivotMode | valueOf(String name) | ||||||||||
| final static PivotMode[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
The touch point (or middle point between 2 finger touches) is used as the pivot point.