Class XpmImageParser.PaletteEntry

  • Enclosing class:
    XpmImageParser

    private static class XpmImageParser.PaletteEntry
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private PaletteEntry()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) int getBestARGB()  
      • Methods inherited from class java.lang.Object

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

      • index

        int index
      • haveColor

        boolean haveColor
      • colorArgb

        int colorArgb
      • haveGray

        boolean haveGray
      • grayArgb

        int grayArgb
      • haveGray4Level

        boolean haveGray4Level
      • gray4LevelArgb

        int gray4LevelArgb
      • haveMono

        boolean haveMono
      • monoArgb

        int monoArgb
    • Constructor Detail

      • PaletteEntry

        private PaletteEntry()
    • Method Detail

      • getBestARGB

        int getBestARGB()