Class BitmapDescriptor

java.lang.Object
com.twelvemonkeys.imageio.plugins.bmp.BitmapDescriptor
Direct Known Subclasses:
BitmapIndexed, BitmapMask, BitmapRGB, BitmapUnsupported

abstract class BitmapDescriptor extends Object
Describes a bitmap structure.
Version:
$Id: Bitmap.java,v 1.0 25.feb.2006 00:29:44 haku Exp$
  • Field Details

  • Constructor Details

  • Method Details

    • getImage

      public abstract BufferedImage getImage() throws IOException
      Throws:
      IOException
    • getWidth

      public final int getWidth()
    • getHeight

      public final int getHeight()
    • getColorCount

      protected final int getColorCount()
    • getBitCount

      protected final int getBitCount()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • setMask

      final void setMask(BitmapMask mask)
    • hasMask

      public final boolean hasMask()