Interface AnnotationAlphaConfiguration

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract float getDefaultAlpha() Default annotation alpha.
      abstract float getMinAlpha() Minimal annotation alpha.
      abstract float getMaxAlpha() Maximal annotation alpha.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getDefaultAlpha

        @FloatRange(from = 0.0, to = 1.0) abstract float getDefaultAlpha()

        Default annotation alpha.

        Returns:

        The default annotation alpha in percent from 0 to 1.

      • getMinAlpha

        @FloatRange(from = 0.0, to = 1.0) abstract float getMinAlpha()

        Minimal annotation alpha.

        Returns:

        The minimal annotation alpha in percent from 0 to 1.

      • getMaxAlpha

        @FloatRange(from = 0.0, to = 1.0) abstract float getMaxAlpha()

        Maximal annotation alpha.

        Returns:

        The maximal annotation alpha in percent from 0 to 1.