Class BitmapDescriptor
java.lang.Object
com.twelvemonkeys.imageio.plugins.bmp.BitmapDescriptor
- Direct Known Subclasses:
BitmapIndexed
,BitmapMask
,BitmapRGB
,BitmapUnsupported
Describes a bitmap structure.
- Version:
- $Id: Bitmap.java,v 1.0 25.feb.2006 00:29:44 haku Exp$
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final DirectoryEntry
protected final DIBHeader
protected BufferedImage
protected BitmapMask
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final int
protected final int
final int
abstract BufferedImage
getImage()
final int
getWidth()
final boolean
hasMask()
(package private) final void
setMask
(BitmapMask mask) toString()
-
Field Details
-
entry
-
header
-
image
-
mask
-
-
Constructor Details
-
BitmapDescriptor
-
-
Method Details
-
getImage
- Throws:
IOException
-
getWidth
public final int getWidth() -
getHeight
public final int getHeight() -
getColorCount
protected final int getColorCount() -
getBitCount
protected final int getBitCount() -
toString
-
setMask
-
hasMask
public final boolean hasMask()
-