Interface AnnotationTextSizeConfiguration

    • 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 getDefaultTextSize() Default annotation text size.
      abstract float getMinTextSize() Minimal annotation text size.
      abstract float getMaxTextSize() Maximal annotation text size.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getDefaultTextSize

        @FloatRange(from = 1.0) abstract float getDefaultTextSize()

        Default annotation text size.

        Returns:

        The default annotation text size in pt.

      • getMinTextSize

        @FloatRange(from = 1.0) abstract float getMinTextSize()

        Minimal annotation text size.

        Returns:

        The minimal annotation text size in pt.

      • getMaxTextSize

        @FloatRange(from = 1.0) abstract float getMaxTextSize()

        Maximal annotation text size.

        Returns:

        The maximal annotation text size in pt.