org.jfree.pixie.wmf.bitmap
Class BitmapHeader

java.lang.Object
  |
  +--org.jfree.pixie.wmf.bitmap.BitmapHeader

public class BitmapHeader
extends java.lang.Object


Field Summary
static int BI_BITFIELDS
           
static int BI_RGB
           
static int BI_RLE4
           
static int BI_RLE8
           
 
Constructor Summary
BitmapHeader()
           
 
Method Summary
 int getBitsPerPixel()
           
 int getCompression()
           
 int getDataOffset()
           
 int getDataSize()
           
 int getHeaderSize()
           
 int getHeight()
           
 int getHRes()
           
 int getNoOfColors()
           
 int getNoOfImportantColors()
           
 int getNoPlanes()
           
 int getVRes()
           
 int getWidth()
           
 boolean isTopDown()
           
 void setRecord(MfRecord record, int offset)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BI_RGB

public static final int BI_RGB
See Also:
Constant Field Values

BI_RLE8

public static final int BI_RLE8
See Also:
Constant Field Values

BI_RLE4

public static final int BI_RLE4
See Also:
Constant Field Values

BI_BITFIELDS

public static final int BI_BITFIELDS
See Also:
Constant Field Values
Constructor Detail

BitmapHeader

public BitmapHeader()
Method Detail

setRecord

public void setRecord(MfRecord record,
                      int offset)

getHeaderSize

public int getHeaderSize()

getCompression

public int getCompression()

getBitsPerPixel

public int getBitsPerPixel()

getHRes

public int getHRes()

getVRes

public int getVRes()

getWidth

public int getWidth()

getHeight

public int getHeight()

getNoOfColors

public int getNoOfColors()

getNoOfImportantColors

public int getNoOfImportantColors()

isTopDown

public boolean isTopDown()

getDataOffset

public int getDataOffset()

getDataSize

public int getDataSize()

getNoPlanes

public int getNoPlanes()