Package com.myscript.iink
Class PlaceholderController.PlaceholderInteractivityOptions
java.lang.Object
com.myscript.iink.PlaceholderController.PlaceholderInteractivityOptions
- Enclosing class:
- PlaceholderController
Defines how a placeholder shall behave regarding user interactions.
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleantrueto keep the aspect ratio after transforms, otherwisefalsebooleantrueto allow resizing, otherwisefalse.booleantrueto allow rotations, otherwisefalse.booleantrueto allow selection on lasso, otherwisefalse.booleantrueto allow selection on tap, otherwisefalse. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
selectOnTapAllowed
public boolean selectOnTapAllowedtrueto allow selection on tap, otherwisefalse. -
selectOnLassoAllowed
public boolean selectOnLassoAllowedtrueto allow selection on lasso, otherwisefalse. -
resizeAllowed
public boolean resizeAllowedtrueto allow resizing, otherwisefalse. -
rotationAllowed
public boolean rotationAllowedtrueto allow rotations, otherwisefalse. -
keepAspectRatio
public boolean keepAspectRatiotrueto keep the aspect ratio after transforms, otherwisefalse
-
-
Constructor Details
-
PlaceholderInteractivityOptions
public PlaceholderInteractivityOptions()
-