Class ColorIndexingTransform

  • All Implemented Interfaces:
    Transform

    final class ColorIndexingTransform
    extends java.lang.Object
    implements Transform
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private byte bits  
      private byte[] colorTable  
    • Constructor Summary

      Constructors 
      Constructor Description
      ColorIndexingTransform​(byte[] colorTable, byte bits)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void applyInverse​(java.awt.image.WritableRaster raster)  
      • Methods inherited from class java.lang.Object

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

      • colorTable

        private final byte[] colorTable
      • bits

        private final byte bits
    • Constructor Detail

      • ColorIndexingTransform

        public ColorIndexingTransform​(byte[] colorTable,
                                      byte bits)
    • Method Detail

      • applyInverse

        public void applyInverse​(java.awt.image.WritableRaster raster)
        Specified by:
        applyInverse in interface Transform