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 TypeFieldDescriptionboolean
true
to keep the aspect ratio after transforms, otherwisefalse
boolean
true
to allow resizing, otherwisefalse
.boolean
true
to allow rotations, otherwisefalse
.boolean
true
to allow selection on lasso, otherwisefalse
.boolean
true
to allow selection on tap, otherwisefalse
. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
selectOnTapAllowed
public boolean selectOnTapAllowedtrue
to allow selection on tap, otherwisefalse
. -
selectOnLassoAllowed
public boolean selectOnLassoAllowedtrue
to allow selection on lasso, otherwisefalse
. -
resizeAllowed
public boolean resizeAllowedtrue
to allow resizing, otherwisefalse
. -
rotationAllowed
public boolean rotationAllowedtrue
to allow rotations, otherwisefalse
. -
keepAspectRatio
public boolean keepAspectRatiotrue
to keep the aspect ratio after transforms, otherwisefalse
-
-
Constructor Details
-
PlaceholderInteractivityOptions
public PlaceholderInteractivityOptions()
-