Class PlaceholderController.PlaceholderInteractivityOptions

java.lang.Object
com.myscript.iink.PlaceholderController.PlaceholderInteractivityOptions
Enclosing class:
PlaceholderController

public static class PlaceholderController.PlaceholderInteractivityOptions extends Object
Defines how a placeholder shall behave regarding user interactions.
  • Field Details

    • selectOnTapAllowed

      public boolean selectOnTapAllowed
      true to allow selection on tap, otherwise false.
    • selectOnLassoAllowed

      public boolean selectOnLassoAllowed
      true to allow selection on lasso, otherwise false.
    • resizeAllowed

      public boolean resizeAllowed
      true to allow resizing, otherwise false.
    • rotationAllowed

      public boolean rotationAllowed
      true to allow rotations, otherwise false.
    • keepAspectRatio

      public boolean keepAspectRatio
      true to keep the aspect ratio after transforms, otherwise false
  • Constructor Details

    • PlaceholderInteractivityOptions

      public PlaceholderInteractivityOptions()