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

Variable Index

 o bit_depth
 o channels
 o color_type
 o compression_type
 o filter_type
 o height
 o interlace_type
 o num_palette
 o num_trans
 o palette
 o pixel_depth
 o rowbytes
 o signature
 o spare_byte
 o valid
 o width

Constructor Index

 o PNGInfo()

Variables

 o width
 public int width
 o height
 public int height
 o valid
 public int valid
 o rowbytes
 public int rowbytes
 o palette
 public Color palette[]
 o num_palette
 public short num_palette
 o num_trans
 public short num_trans
 o bit_depth
 public byte bit_depth
 o color_type
 public byte color_type
 o compression_type
 public byte compression_type
 o filter_type
 public byte filter_type
 o interlace_type
 public byte interlace_type
 o channels
 public byte channels
 o pixel_depth
 public byte pixel_depth
 o spare_byte
 public byte spare_byte
 o signature
 public byte signature[]

Constructors

 o PNGInfo
 public PNGInfo()

All Packages  Class Hierarchy  This Package  Previous  Next  Index