Interface AnnotationThicknessConfiguration

    • 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 getDefaultThickness() Default annotation thickness.
      abstract float getMinThickness() Minimal annotation thickness.
      abstract float getMaxThickness() Maximal annotation thickness.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getDefaultThickness

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

        Default annotation thickness.

        Returns:

        The default annotation thickness in pt.

      • getMinThickness

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

        Minimal annotation thickness.

        Returns:

        The minimal annotation thickness in pt.

      • getMaxThickness

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

        Maximal annotation thickness.

        Returns:

        The maximal annotation thickness in pt.