Class DDSImageDataEncoder.MutableColor

  • All Implemented Interfaces:
    java.awt.Paint, java.awt.Transparency, java.io.Serializable
    Enclosing class:
    DDSImageDataEncoder

    private static final class DDSImageDataEncoder.MutableColor
    extends java.awt.Color
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int mutableValue  
      • Fields inherited from class java.awt.Color

        black, BLACK, blue, BLUE, cyan, CYAN, DARK_GRAY, darkGray, gray, GRAY, green, GREEN, LIGHT_GRAY, lightGray, magenta, MAGENTA, orange, ORANGE, pink, PINK, red, RED, white, WHITE, yellow, YELLOW
      • Fields inherited from interface java.awt.Transparency

        BITMASK, OPAQUE, TRANSLUCENT
    • Constructor Summary

      Constructors 
      Constructor Description
      MutableColor()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object object)  
      int getRGB()  
      int hashCode()  
      (package private) void setColor​(int red, int green, int blue)  
      • Methods inherited from class java.awt.Color

        brighter, createContext, darker, decode, getAlpha, getBlue, getColor, getColor, getColor, getColorComponents, getColorComponents, getColorSpace, getComponents, getComponents, getGreen, getHSBColor, getRed, getRGBColorComponents, getRGBComponents, getTransparency, HSBtoRGB, RGBtoHSB, toString
      • Methods inherited from class java.lang.Object

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

      • mutableValue

        int mutableValue
    • Constructor Detail

      • MutableColor

        public MutableColor()
    • Method Detail

      • setColor

        void setColor​(int red,
                      int green,
                      int blue)
      • getRGB

        public int getRGB()
        Overrides:
        getRGB in class java.awt.Color
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class java.awt.Color
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.awt.Color