D G H I O P V 

D

de.matthiasmann.twl.utils - package de.matthiasmann.twl.utils
 
decideTextureFormat(PNGDecoder.Format) - Method in class de.matthiasmann.twl.utils.PNGDecoder
Computes the implemented format conversion for the desired format.
decode(ByteBuffer, int, PNGDecoder.Format) - Method in class de.matthiasmann.twl.utils.PNGDecoder
Decodes the image into the specified buffer.
decodeFlipped(ByteBuffer, int, PNGDecoder.Format) - Method in class de.matthiasmann.twl.utils.PNGDecoder
Decodes the image into the specified buffer.

G

getHeight() - Method in class de.matthiasmann.twl.utils.PNGDecoder
 
getNumComponents() - Method in enum de.matthiasmann.twl.utils.PNGDecoder.Format
 
getWidth() - Method in class de.matthiasmann.twl.utils.PNGDecoder
 

H

hasAlpha() - Method in class de.matthiasmann.twl.utils.PNGDecoder
Checks if the image has transparency information either from an alpha channel or from a tRNS chunk.
hasAlphaChannel() - Method in class de.matthiasmann.twl.utils.PNGDecoder
Checks if the image has a real alpha channel.

I

isHasAlpha() - Method in enum de.matthiasmann.twl.utils.PNGDecoder.Format
 
isRGB() - Method in class de.matthiasmann.twl.utils.PNGDecoder
 

O

overwriteTRNS(byte, byte, byte) - Method in class de.matthiasmann.twl.utils.PNGDecoder
Overwrites the tRNS chunk entry to make a selected color transparent.

P

PNGDecoder - Class in de.matthiasmann.twl.utils
A PNGDecoder.
PNGDecoder(InputStream) - Constructor for class de.matthiasmann.twl.utils.PNGDecoder
 
PNGDecoder.Format - Enum in de.matthiasmann.twl.utils
 

V

valueOf(String) - Static method in enum de.matthiasmann.twl.utils.PNGDecoder.Format
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.matthiasmann.twl.utils.PNGDecoder.Format
Returns an array containing the constants of this enum type, in the order they are declared.
D G H I O P V 

Copyright © 2013. All Rights Reserved.