Interface AnnotationTextResizingConfiguration.Builder

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • 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 T setHorizontalResizingEnabled(boolean isHorizontalResizingEnabled) Sets whether annotations will automatically resize horizontally when entering text.
      abstract T setVerticalResizingEnabled(boolean isVerticalResizingEnabled) Sets 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

      • setHorizontalResizingEnabled

        @NonNull() abstract T setHorizontalResizingEnabled(boolean isHorizontalResizingEnabled)

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

        Parameters:
        isHorizontalResizingEnabled - true to enable horizontal resizing, false to disable.
      • setVerticalResizingEnabled

        @NonNull() abstract T setVerticalResizingEnabled(boolean isVerticalResizingEnabled)

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

        Parameters:
        isVerticalResizingEnabled - true to enable vertical resizing, false to disable.