Package org.apache.poi.hwmf.record
Class HwmfBitmapDib
java.lang.Object
org.apache.poi.hwmf.record.HwmfBitmapDib
- All Implemented Interfaces:
GenericRecord
The DeviceIndependentBitmap Object defines an image in device-independent bitmap (DIB) format.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
static enum
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
getImage()
int
init
(LittleEndianInputStream leis, int recordSize) boolean
isValid()
toString()
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren, getGenericRecordType
-
Constructor Details
-
HwmfBitmapDib
public HwmfBitmapDib()
-
-
Method Details
-
init
- Throws:
IOException
-
isValid
public boolean isValid() -
getBMPStream
-
getBMPData
public byte[] getBMPData() -
getImage
-
getImage
-
toString
-
getGenericProperties
- Specified by:
getGenericProperties
in interfaceGenericRecord
-