Class Transparency

    • Constructor Detail

      • Transparency

        public Transparency​(double alpha)
        Parameters:
        alpha -
        Throws:
        java.lang.IllegalArgumentException - if the given value smaller than 0.0 or greater than 1.0.
    • Method Detail

      • getBlendMode

        public BlendMode getBlendMode()
      • setBlendMode

        public void setBlendMode​(BlendMode value)
        Throws:
        java.lang.IllegalArgumentException - if value is null
      • getAlpha

        public double getAlpha()
      • setAlpha

        public void setAlpha​(double value)
        Throws:
        java.lang.IllegalArgumentException - if the given value smaller than 0.0 or greater than 1.0.