Class BitmapRGB
- java.lang.Object
-
- com.twelvemonkeys.imageio.plugins.bmp.BitmapDescriptor
-
- com.twelvemonkeys.imageio.plugins.bmp.BitmapRGB
-
final class BitmapRGB extends BitmapDescriptor
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 Constructor Description BitmapRGB(DirectoryEntry entry, DIBHeader header)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private java.awt.image.BufferedImage
createMaskedImage()
java.awt.image.BufferedImage
getImage()
-
Methods inherited from class com.twelvemonkeys.imageio.plugins.bmp.BitmapDescriptor
getBitCount, getColorCount, getHeight, getWidth, hasMask, setMask, toString
-
-
-
-
Constructor Detail
-
BitmapRGB
public BitmapRGB(DirectoryEntry entry, DIBHeader header)
-
-
Method Detail
-
getImage
public java.awt.image.BufferedImage getImage()
- Specified by:
getImage
in classBitmapDescriptor
-
createMaskedImage
private java.awt.image.BufferedImage createMaskedImage()
-
-