Class CGAColorModel


  • final class CGAColorModel
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static int[] CGA_PALETTE  
    • Constructor Summary

      Constructors 
      Constructor Description
      CGAColorModel()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static java.awt.image.IndexColorModel create​(byte[] cgaMode, int bitsPerPixel)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • CGA_PALETTE

        private static final int[] CGA_PALETTE
    • Constructor Detail

      • CGAColorModel

        CGAColorModel()
    • Method Detail

      • create

        static java.awt.image.IndexColorModel create​(byte[] cgaMode,
                                                     int bitsPerPixel)