Class BitmapIndexed


  • final class BitmapIndexed
    extends BitmapDescriptor
    Describes an indexed bitmap structure (1, 4, or 8 bits per pixes).
    Version:
    $Id: BitmapIndexed.java,v 1.0 25.feb.2006 00:29:44 haku Exp$
    • Field Detail

      • bits

        final int[] bits
      • colors

        final int[] colors
    • Method Detail

      • createImageIndexed

        public java.awt.image.BufferedImage createImageIndexed()
      • createColorModel

        java.awt.image.IndexColorModel createColorModel()
        Returns:
        Color model created from color palette in entry
      • findTransparentIndexMaybeRemap

        private static int findTransparentIndexMaybeRemap​(int[] colors,
                                                          int[] bits)