public enum GlitchTypes extends Enum<GlitchTypes>
| Enum Constant and Description |
|---|
BIT_SORT |
BRIGHTNESS_FILTER |
DATA_AS_SOUND |
FRACTAL_PIXEL_DISPERSE |
GENERIC_PIXEL_SORT_V1 |
HORIZONTAL_PIXEL_SORT |
OFFSET_PIXEL_SORT |
PIXEL_SLICE |
RGB_SHIFT_FILTER |
VERTICAL_PIXEL_GLITCH |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equalsName(String otherName) |
String |
toString() |
static GlitchTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GlitchTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GlitchTypes DATA_AS_SOUND
public static final GlitchTypes FRACTAL_PIXEL_DISPERSE
public static final GlitchTypes BIT_SORT
public static final GlitchTypes VERTICAL_PIXEL_GLITCH
public static final GlitchTypes OFFSET_PIXEL_SORT
public static final GlitchTypes GENERIC_PIXEL_SORT_V1
public static final GlitchTypes HORIZONTAL_PIXEL_SORT
public static final GlitchTypes PIXEL_SLICE
public static final GlitchTypes RGB_SHIFT_FILTER
public static final GlitchTypes BRIGHTNESS_FILTER
public static GlitchTypes[] values()
for (GlitchTypes c : GlitchTypes.values()) System.out.println(c);
public static GlitchTypes 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 boolean equalsName(String otherName)
public String toString()
toString in class Enum<GlitchTypes>Copyright © 2017. All rights reserved.