Class BitmapUnsupported
- java.lang.Object
-
- com.twelvemonkeys.imageio.plugins.bmp.BitmapDescriptor
-
- com.twelvemonkeys.imageio.plugins.bmp.BitmapUnsupported
-
final class BitmapUnsupported extends BitmapDescriptor
Represents bitmap structures we can't read. Allows for deferred exception handling, and allowing clients to read all images that can be read.- Version:
- $Id: BitmapUnsupported.java,v 1.0 25.feb.2006 00:29:44 haku Exp$
-
-
Constructor Summary
Constructors Constructor Description BitmapUnsupported(DirectoryEntry entry, DIBHeader header, java.lang.String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.image.BufferedImage
getImage()
-
Methods inherited from class com.twelvemonkeys.imageio.plugins.bmp.BitmapDescriptor
getBitCount, getColorCount, getHeight, getWidth, hasMask, setMask, toString
-
-
-
-
Constructor Detail
-
BitmapUnsupported
public BitmapUnsupported(DirectoryEntry entry, DIBHeader header, java.lang.String message)
-
-
Method Detail
-
getImage
public java.awt.image.BufferedImage getImage() throws java.io.IOException
- Specified by:
getImage
in classBitmapDescriptor
- Throws:
java.io.IOException
-
-