-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum PanZoom.Zoom
-
-
Enum Constant Summary
Enum Constants Enum Constant Description NONEComletely disable panning
STRETCH_HORIZONTALZoom on the horizontal axis only
STRETCH_VERTICALZoom on the vertical axis only
STRETCH_BOTHZoom on the vertical axis by the vertical distance between each finger, while zoomingon the horizontal axis by the horizantal distance between each finger.
SCALEZoom 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.ZoomvalueOf(String name)-
-
Method Detail
-
values
static Array<PanZoom.Zoom> values()
-
valueOf
static PanZoom.Zoom valueOf(String name)
-
-
-
-