Interface AnnotationTextResizingConfiguration

    • 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 boolean isHorizontalResizingEnabled() Controls whether annotations will automatically resize horizontally when entering text.
      abstract boolean isVerticalResizingEnabled() Controls whether annotations will automatically resize vertically when entering text.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • isHorizontalResizingEnabled

         abstract boolean isHorizontalResizingEnabled()

        Controls whether annotations will automatically resize horizontally when entering text. Defaults to true.

        Returns:

        true when horizontal resizing is enabled, false otherwise.

      • isVerticalResizingEnabled

         abstract boolean isVerticalResizingEnabled()

        Controls whether annotations will automatically resize vertically when entering text. Defaults to true.

        Returns:

        true when vertical resizing is enabled, false otherwise.