public static enum IcyBufferedImageEvent.IcyBufferedImageEventType extends java.lang.Enum<IcyBufferedImageEvent.IcyBufferedImageEventType>
| Enum Constant and Description |
|---|
BOUNDS_CHANGED |
COLORMAP_CHANGED |
DATA_CHANGED |
| Modifier and Type | Method and Description |
|---|---|
static IcyBufferedImageEvent.IcyBufferedImageEventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IcyBufferedImageEvent.IcyBufferedImageEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IcyBufferedImageEvent.IcyBufferedImageEventType DATA_CHANGED
public static final IcyBufferedImageEvent.IcyBufferedImageEventType BOUNDS_CHANGED
public static final IcyBufferedImageEvent.IcyBufferedImageEventType COLORMAP_CHANGED
public static IcyBufferedImageEvent.IcyBufferedImageEventType[] values()
for (IcyBufferedImageEvent.IcyBufferedImageEventType c : IcyBufferedImageEvent.IcyBufferedImageEventType.values()) System.out.println(c);
public static IcyBufferedImageEvent.IcyBufferedImageEventType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null