|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Image.Format>
com.jme.image.Image.Format
public static enum Image.Format
Enum Constant Summary | |
---|---|
Alpha12
12 bit alpha only format - often forced to 8bit or 16bit by the card |
|
Alpha16
16 bit alpha only format - older cards will often use 8bit instead. |
|
Alpha16F
16 bit float, alpha only format |
|
Alpha32F
16 bit float, alpha only format |
|
Alpha4
4 bit alpha only format - usually forced to 8bit by the card |
|
Alpha8
8 bit alpha only format |
|
Depth16
16 bit depth component format |
|
Depth24
24 bit depth component format |
|
Depth32
32 bit depth component format - often stored in Depth24 format by the card. |
|
Guess
When used in texture loading, this indicates to let jME guess the format. |
|
GuessNoCompression
When used in texture loading, this indicates to let jME guess the format, but not to use S3TC compression, even if available. |
|
Intensity12
12 bit intensity only format - often forced to 8bit or 16bit by the card |
|
Intensity16
16 bit intensity only format - older cards will often use 8bit instead. |
|
Intensity16F
16 bit float, intensity only format |
|
Intensity32F
32 bit float, intensity only format |
|
Intensity4
4 bit intensity only format - usually forced to 8bit by the card |
|
Intensity8
8 bit intensity only format |
|
Luminance12
12 bit luminance only format - often forced to 8bit or 16bit by the card |
|
Luminance12Alpha12
12 bit luminance, 12 bit alpha format |
|
Luminance12Alpha4
12 bit luminance, 4 bit alpha format |
|
Luminance16
16 bit luminance only format - older cards will often use 8bit instead. |
|
Luminance16Alpha16
16 bit luminance, 16 bit alpha format |
|
Luminance16F
16 bit float, luminance only format |
|
Luminance32F
32 bit float, luminance only format |
|
Luminance4
4 bit luminance only format - usually forced to 8bit by the card |
|
Luminance4Alpha4
4 bit luminance, 4 bit alpha format |
|
Luminance6Alpha2
6 bit luminance, 2 bit alpha format |
|
Luminance8
8 bit luminance only format |
|
Luminance8Alpha8
8 bit luminance, 8 bit alpha format |
|
LuminanceAlpha16F
16 bit float per luminance and alpha |
|
LuminanceAlpha32F
32 bit float per luminance and alpha |
|
NativeDXT1
Image data already in DXT1 format. |
|
NativeDXT1A
Image data already in DXT1 (with Alpha) format. |
|
NativeDXT3
Image data already in DXT3 format. |
|
NativeDXT5
Image data already in DXT5 format. |
|
R3G3B2
3 bit red, 3 bit green, 3 bit blue - often forced to 16 bit by the card |
|
RGB_TO_DXT1
8 bits per red, green and blue. |
|
RGB10
10 bits per red, green and blue - usually falls back to 8 bits on the card |
|
RGB10A2
10 bits per red, green and blue. |
|
RGB12
12 bits per red, green and blue - usually falls back to 8 bits on the card |
|
RGB16
16 bits per red, green and blue - usually falls back to 8 bits on the card |
|
RGB16F
16 bit float per red, green and blue |
|
RGB32F
32 bit float per red, green and blue |
|
RGB4
4 bits per red, green and blue |
|
RGB5
5 bits per red, green and blue |
|
RGB5A1
5 bits per red, green and blue. |
|
RGB8
8 bits per red, green and blue |
|
RGBA_TO_DXT1
8 bits per red, green, blue and alpha. |
|
RGBA_TO_DXT3
8 bits per red, green, blue and alpha. |
|
RGBA_TO_DXT5
8 bits per red, green, blue and alpha. |
|
RGBA12
12 bits per red, green, blue and alpha - often forced to RGBA8 by the card |
|
RGBA16
16 bits per red, green, blue and alpha - often forced to RGBA8 by the card |
|
RGBA16F
16 bit float per red, green, blue and alpha |
|
RGBA2
2 bits per red, green, blue and alpha - often forced to RGBA4 by the card |
|
RGBA32F
32 bit float per red, green, blue and alpha |
|
RGBA4
4 bits per red, green, blue and alpha |
|
RGBA8
8 bits per red, green, blue and alpha |
Method Summary | |
---|---|
static Image.Format |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Image.Format[] |
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, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Image.Format Guess
public static final Image.Format GuessNoCompression
public static final Image.Format Alpha4
public static final Image.Format Alpha8
public static final Image.Format Alpha12
public static final Image.Format Alpha16
public static final Image.Format Luminance4
public static final Image.Format Luminance8
public static final Image.Format Luminance12
public static final Image.Format Luminance16
public static final Image.Format Luminance4Alpha4
public static final Image.Format Luminance6Alpha2
public static final Image.Format Luminance8Alpha8
public static final Image.Format Luminance12Alpha4
public static final Image.Format Luminance12Alpha12
public static final Image.Format Luminance16Alpha16
public static final Image.Format Intensity4
public static final Image.Format Intensity8
public static final Image.Format Intensity12
public static final Image.Format Intensity16
public static final Image.Format R3G3B2
public static final Image.Format RGB4
public static final Image.Format RGB5
public static final Image.Format RGB8
public static final Image.Format RGB10
public static final Image.Format RGB12
public static final Image.Format RGB16
public static final Image.Format RGBA2
public static final Image.Format RGBA4
public static final Image.Format RGB5A1
public static final Image.Format RGBA8
public static final Image.Format RGB10A2
public static final Image.Format RGBA12
public static final Image.Format RGBA16
public static final Image.Format RGB_TO_DXT1
public static final Image.Format RGBA_TO_DXT1
public static final Image.Format RGBA_TO_DXT3
public static final Image.Format RGBA_TO_DXT5
public static final Image.Format NativeDXT1
public static final Image.Format NativeDXT1A
public static final Image.Format NativeDXT3
public static final Image.Format NativeDXT5
public static final Image.Format Depth16
public static final Image.Format Depth24
public static final Image.Format Depth32
public static final Image.Format RGB16F
public static final Image.Format RGB32F
public static final Image.Format RGBA16F
public static final Image.Format RGBA32F
public static final Image.Format Alpha16F
public static final Image.Format Alpha32F
public static final Image.Format Luminance16F
public static final Image.Format Luminance32F
public static final Image.Format LuminanceAlpha16F
public static final Image.Format LuminanceAlpha32F
public static final Image.Format Intensity16F
public static final Image.Format Intensity32F
Method Detail |
---|
public static Image.Format[] values()
for (Image.Format c : Image.Format.values()) System.out.println(c);
public static Image.Format 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 name
java.lang.NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |