public static enum RenderController.ImageFormat extends java.lang.Enum<RenderController.ImageFormat>
Modifier and Type | Method and Description |
---|---|
static RenderController.ImageFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RenderController.ImageFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RenderController.ImageFormat MaplyImageIntRGBA
public static final RenderController.ImageFormat MaplyImageUShort565
public static final RenderController.ImageFormat MaplyImageUShort4444
public static final RenderController.ImageFormat MaplyImageUShort5551
public static final RenderController.ImageFormat MaplyImageUByteRed
public static final RenderController.ImageFormat MaplyImageUByteGreen
public static final RenderController.ImageFormat MaplyImageUByteBlue
public static final RenderController.ImageFormat MaplyImageUByteAlpha
public static final RenderController.ImageFormat MaplyImageUByteRGB
public static final RenderController.ImageFormat MaplyImageETC2RGB8
public static final RenderController.ImageFormat MaplyImageETC2RGBA8
public static final RenderController.ImageFormat MaplyImageETC2RGBPA8
public static final RenderController.ImageFormat MaplyImageEACR11
public static final RenderController.ImageFormat MaplyImageEACR11S
public static final RenderController.ImageFormat MaplyImageEACRG11
public static final RenderController.ImageFormat MaplyImageEACRG11S
public static final RenderController.ImageFormat MaplyImage4Layer8Bit
public static RenderController.ImageFormat[] values()
for (RenderController.ImageFormat c : RenderController.ImageFormat.values()) System.out.println(c);
public static RenderController.ImageFormat 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