public static enum ThumborUrlBuilder.TrimPixelColor extends Enum<ThumborUrlBuilder.TrimPixelColor>
| Enum Constant and Description |
|---|
BOTTOM_RIGHT |
TOP_LEFT |
| Modifier and Type | Method and Description |
|---|---|
static ThumborUrlBuilder.TrimPixelColor |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThumborUrlBuilder.TrimPixelColor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ThumborUrlBuilder.TrimPixelColor TOP_LEFT
public static final ThumborUrlBuilder.TrimPixelColor BOTTOM_RIGHT
public static ThumborUrlBuilder.TrimPixelColor[] values()
for (ThumborUrlBuilder.TrimPixelColor c : ThumborUrlBuilder.TrimPixelColor.values()) System.out.println(c);
public static ThumborUrlBuilder.TrimPixelColor 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 nullCopyright © 2012-2015 Square, Inc.. All Rights Reserved.