Class MutableIndexColorModel.PaletteChange

  • Enclosing class:
    MutableIndexColorModel

    static class MutableIndexColorModel.PaletteChange
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      byte b  
      byte g  
      int index  
      byte r  
    • Constructor Summary

      Constructors 
      Constructor Description
      PaletteChange()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • index

        public int index
      • r

        public byte r
      • g

        public byte g
      • b

        public byte b
    • Constructor Detail

      • PaletteChange

        PaletteChange()