org.jfree.pixie.wmf.bitmap
Class BitmapReader.BitmapHeader

java.lang.Object
  extended byorg.jfree.pixie.wmf.bitmap.BitmapReader.BitmapHeader
Enclosing class:
BitmapReader

protected static class BitmapReader.BitmapHeader
extends java.lang.Object


Field Summary
 int nbisize
           
 int nbitcount
           
 int nclrimp
           
 int nclrused
           
 int ncompression
           
 int nheight
           
 int nplanes
           
 int nsize
           
 int nsizeimage
           
 int nwidth
           
 int nxpm
           
 int nypm
           
 
Constructor Summary
protected BitmapReader.BitmapHeader()
           
 
Method Summary
 void read(java.io.FileInputStream fs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nsize

public int nsize

nbisize

public int nbisize

nwidth

public int nwidth

nheight

public int nheight

nplanes

public int nplanes

nbitcount

public int nbitcount

ncompression

public int ncompression

nsizeimage

public int nsizeimage

nxpm

public int nxpm

nypm

public int nypm

nclrused

public int nclrused

nclrimp

public int nclrimp
Constructor Detail

BitmapReader.BitmapHeader

protected BitmapReader.BitmapHeader()
Method Detail

read

public void read(java.io.FileInputStream fs)
          throws java.io.IOException
Throws:
java.io.IOException