org.jfree.pixie.wmf.bitmap
Class BitmapHeader
java.lang.Object
|
+--org.jfree.pixie.wmf.bitmap.BitmapHeader
- public class BitmapHeader
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
BitmapHeader
public BitmapHeader()
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()