-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Comparable
public enum ImageResizeMethod
-
-
Method Summary
Modifier and Type Method Description static Array<ImageResizeMethod>
values()
static ImageResizeMethod
valueOf(String name)
-
-
Method Detail
-
values
static Array<ImageResizeMethod> values()
-
valueOf
static ImageResizeMethod valueOf(String name)
-
-
-
-