public enum ScaleMethod extends Enum<ScaleMethod>
| Enum Constant and Description |
|---|
QUALITY |
SPEED |
ULTRA_QUALITY |
| Modifier and Type | Method and Description |
|---|---|
static ScaleMethod |
getDefault() |
org.imgscalr.Scalr.Method |
getMethod() |
static ScaleMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScaleMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScaleMethod SPEED
public static final ScaleMethod QUALITY
public static final ScaleMethod ULTRA_QUALITY
public static ScaleMethod[] values()
for (ScaleMethod c : ScaleMethod.values()) System.out.println(c);
public static ScaleMethod valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static ScaleMethod getDefault()
public org.imgscalr.Scalr.Method getMethod()
Copyright © 2016. All rights reserved.