Class BitmapHeader
- java.lang.Object
 - 
- org.pentaho.reporting.libraries.pixie.wmf.bitmap.BitmapHeader
 
 
- 
public final class BitmapHeader extends Object
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intBI_BITFIELDSstatic intBI_RGBstatic intBI_RLE4static intBI_RLE8 
- 
Constructor Summary
Constructors Constructor Description BitmapHeader() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBitsPerPixel()intgetCompression()intgetDataOffset()intgetDataSize()intgetHeaderSize()intgetHeight()intgetHRes()intgetNoOfColors()intgetNoOfImportantColors()intgetNoPlanes()intgetVRes()intgetWidth()booleanisTopDown()voidsetRecord(MfRecord record, int offset) 
 - 
 
- 
- 
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
 
 
 - 
 
- 
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()
 
 - 
 
 -