|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PNGDecoder.Format | |
---|---|
zombie.core.textures |
Uses of PNGDecoder.Format in zombie.core.textures |
---|
Methods in zombie.core.textures that return PNGDecoder.Format | |
---|---|
PNGDecoder.Format |
PNGDecoder.decideTextureFormat(PNGDecoder.Format fmt)
Computes the implemented format conversion for the desired format. |
static PNGDecoder.Format |
PNGDecoder.Format.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PNGDecoder.Format[] |
PNGDecoder.Format.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in zombie.core.textures with parameters of type PNGDecoder.Format | |
---|---|
PNGDecoder.Format |
PNGDecoder.decideTextureFormat(PNGDecoder.Format fmt)
Computes the implemented format conversion for the desired format. |
void |
PNGDecoder.decode(java.nio.ByteBuffer buffer,
int stride,
PNGDecoder.Format fmt)
Decodes the image into the specified buffer. |
void |
PNGDecoder.decodeFlipped(java.nio.ByteBuffer buffer,
int stride,
PNGDecoder.Format fmt)
Decodes the image into the specified buffer. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |