org.apache.poi.hwmf.record
Class HwmfBitmap16

java.lang.Object
  extended by org.apache.poi.hwmf.record.HwmfBitmap16

public class HwmfBitmap16
extends java.lang.Object


Constructor Summary
HwmfBitmap16()
           
HwmfBitmap16(boolean isPartial)
           
 
Method Summary
 java.awt.image.BufferedImage getImage()
           
 int init(LittleEndianInputStream leis)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HwmfBitmap16

public HwmfBitmap16()

HwmfBitmap16

public HwmfBitmap16(boolean isPartial)
Method Detail

init

public int init(LittleEndianInputStream leis)
         throws java.io.IOException
Throws:
java.io.IOException

getImage

public java.awt.image.BufferedImage getImage()


Copyright 2017 The Apache Software Foundation or its licensors, as applicable.