Class BitmapHeader
java.lang.Object
org.pentaho.reporting.libraries.pixie.wmf.bitmap.BitmapHeader
-
Field Details
-
BI_RGB
public static final int BI_RGB- See Also:
-
BI_RLE8
public static final int BI_RLE8- See Also:
-
BI_RLE4
public static final int BI_RLE4- See Also:
-
BI_BITFIELDS
public static final int BI_BITFIELDS- See Also:
-
-
Constructor Details
-
BitmapHeader
public BitmapHeader()
-
-
Method Details
-
setRecord
-
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()
-