Class RGBComposite

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected float extraAlpha  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      float getAlpha()  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.awt.Composite

        createContext
    • Field Detail

      • extraAlpha

        protected float extraAlpha
    • Constructor Detail

      • RGBComposite

        public RGBComposite()
      • RGBComposite

        public RGBComposite​(float alpha)
    • Method Detail

      • getAlpha

        public float getAlpha()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object