Class BitmapUnsupported
java.lang.Object
com.twelvemonkeys.imageio.plugins.bmp.BitmapDescriptor
com.twelvemonkeys.imageio.plugins.bmp.BitmapUnsupported
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$
-
Field Summary
FieldsFields inherited from class com.twelvemonkeys.imageio.plugins.bmp.BitmapDescriptor
entry, header, image, mask
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.twelvemonkeys.imageio.plugins.bmp.BitmapDescriptor
getBitCount, getColorCount, getHeight, getWidth, hasMask, setMask, toString
-
Field Details
-
message
-
-
Constructor Details
-
BitmapUnsupported
-
-
Method Details
-
getImage
- Specified by:
getImage
in classBitmapDescriptor
- Throws:
IOException
-