Enum Constant and Description |
---|
GET
The pixel PixelOp for getting pixel values from an image.
|
PUT
The pixel PixelOp for putting pixel values to an image.
|
Modifier and Type | Method and Description |
---|---|
static PixelOp |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PixelOp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PixelOp GET
public static final PixelOp PUT
public static PixelOp[] values()
for (PixelOp c : PixelOp.values()) System.out.println(c);
public static PixelOp 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 nullCopyright 2017 Xinapse Systems Limited. All Rights Reserved.