-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Comparable
public enum PanZoom.Zoom
-
-
Enum Constant Summary
Enum Constants Enum Constant Description NONE
Comletely disable panning
STRETCH_HORIZONTAL
Zoom on the horizontal axis only
STRETCH_VERTICAL
Zoom on the vertical axis only
STRETCH_BOTH
Zoom on the vertical axis by the vertical distance between each finger, while zoomingon the horizontal axis by the horizantal distance between each finger.
SCALE
Zoom each axis by the same amount, specifically the total distance between each finger.
-
Method Summary
Modifier and Type Method Description static Array<PanZoom.Zoom>
values()
static PanZoom.Zoom
valueOf(String name)
-
-
Method Detail
-
values
static Array<PanZoom.Zoom> values()
-
valueOf
static PanZoom.Zoom valueOf(String name)
-
-
-
-