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 enumstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]getImage()intinit(LittleEndianInputStream leis, int recordSize) booleanisValid()toString()Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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:
getGenericPropertiesin interfaceGenericRecord
-