Class ICNS4BitColorModel

  • All Implemented Interfaces:
    java.awt.Transparency

    final class ICNS4BitColorModel
    extends java.awt.image.IndexColorModel
    ICNS4BitColorModel
    Version:
    $Id: ICNS4BitColorModel.java,v 1.0 07.11.11 10:49 haraldk Exp$
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static int[] CMAP  
      (package private) static java.awt.image.IndexColorModel INSTANCE  
      • Fields inherited from class java.awt.image.ColorModel

        pixel_bits, transferType
      • Fields inherited from interface java.awt.Transparency

        BITMASK, OPAQUE, TRANSLUCENT
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ICNS4BitColorModel()  
    • Method Summary

      • Methods inherited from class java.awt.image.IndexColorModel

        convertToIntDiscrete, createCompatibleSampleModel, createCompatibleWritableRaster, equals, finalize, getAlpha, getAlphas, getBlue, getBlues, getComponents, getComponents, getComponentSize, getDataElement, getDataElements, getDataElements, getGreen, getGreens, getMapSize, getRed, getReds, getRGB, getRGBs, getTransparency, getTransparentPixel, getValidPixels, hashCode, isCompatibleRaster, isCompatibleSampleModel, isValid, isValid, toString
      • Methods inherited from class java.awt.image.ColorModel

        coerceData, getAlpha, getAlphaRaster, getBlue, getColorSpace, getComponentSize, getDataElement, getDataElements, getGreen, getNormalizedComponents, getNormalizedComponents, getNumColorComponents, getNumComponents, getPixelSize, getRed, getRGB, getRGBdefault, getTransferType, getUnnormalizedComponents, hasAlpha, isAlphaPremultiplied
      • Methods inherited from class java.lang.Object

        clone, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • CMAP

        private static final int[] CMAP
      • INSTANCE

        static final java.awt.image.IndexColorModel INSTANCE
    • Constructor Detail

      • ICNS4BitColorModel

        private ICNS4BitColorModel()