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 int
BI_BITFIELDS
static int
BI_RGB
static int
BI_RLE4
static int
BI_RLE8
-
Constructor Summary
Constructors Constructor Description BitmapHeader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)
-
-
-
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()
-
-