Class BitmapRGB
java.lang.Object
com.twelvemonkeys.imageio.plugins.bmp.BitmapDescriptor
com.twelvemonkeys.imageio.plugins.bmp.BitmapRGB
Describes an RGB/true color bitmap structure (16, 24 and 32 bits per pixel).
- Version:
- $Id: BitmapRGB.java,v 1.0 25.feb.2006 00:29:44 haku Exp$
-
Field Summary
Fields 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
-
Constructor Details
-
BitmapRGB
-
-
Method Details
-
getImage
- Specified by:
getImage
in classBitmapDescriptor
-
createMaskedImage
-