|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ImageChoice>
jaitools.demo.ImageChoice
public enum ImageChoice
Constants to identify Jiffle scripts used to create example images for JAI-tools demo applications.
| Enum Constant Summary | |
|---|---|
CHESSBOARD
Chessboard pattern with 0 and 1 values. |
|
INTERFERENCE
Complex interference pattern. |
|
MANDELBROT
Binary image of the Mandelbrot set. |
|
RIPPLES
Concentric, sinusoidal ripples. |
|
SQUIRCLE
Sort of a square circle thing. |
|
| Method Summary | |
|---|---|
String |
getDestImageVarName()
|
String |
toString()
|
static ImageChoice |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ImageChoice[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ImageChoice CHESSBOARD
public static final ImageChoice INTERFERENCE
public static final ImageChoice MANDELBROT
public static final ImageChoice RIPPLES
public static final ImageChoice SQUIRCLE
| Method Detail |
|---|
public static ImageChoice[] values()
for (ImageChoice c : ImageChoice.values()) System.out.println(c);
public static ImageChoice valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String toString()
toString in class Enum<ImageChoice>public String getDestImageVarName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||