All Packages Class Hierarchy This Package Previous Next Index
Class ejmf.toolkit.encoders.PNGInfo
java.lang.Object
|
+----ejmf.toolkit.encoders.PNGInfo
- public class PNGInfo
- extends Object
-
bit_depth
-
-
channels
-
-
color_type
-
-
compression_type
-
-
filter_type
-
-
height
-
-
interlace_type
-
-
num_palette
-
-
num_trans
-
-
palette
-
-
pixel_depth
-
-
rowbytes
-
-
signature
-
-
spare_byte
-
-
valid
-
-
width
-
-
PNGInfo()
-
width
public int width
height
public int height
valid
public int valid
rowbytes
public int rowbytes
palette
public Color palette[]
num_palette
public short num_palette
num_trans
public short num_trans
bit_depth
public byte bit_depth
color_type
public byte color_type
compression_type
public byte compression_type
filter_type
public byte filter_type
interlace_type
public byte interlace_type
channels
public byte channels
pixel_depth
public byte pixel_depth
spare_byte
public byte spare_byte
signature
public byte signature[]
PNGInfo
public PNGInfo()
All Packages Class Hierarchy This Package Previous Next Index