Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values

A

a() - Method in class com.myscript.iink.graphics.Color
Returns the alpha channel value.
a_f() - Method in class com.myscript.iink.graphics.Color
Returns the normalised aslpha channel value.
activeBlockChanged(Editor, String) - Method in interface com.myscript.iink.IEditorListener
Invoked when the active block has changed.
add(Rectangle, String, MimeType, String, boolean, PlaceholderController.PlaceholderInteractivityOptions) - Method in class com.myscript.iink.PlaceholderController
Adds a new placeholder image to the part.
ADD - Enum constant in enum class com.myscript.iink.ChangesetOperationType
Add items operation.
ADD_STROKE - Enum constant in enum class com.myscript.iink.GestureAction
Do not apply the gesture behavior and add gesture stroke as a regular stroke (if relevant).
ADD_STROKE - Enum constant in enum class com.myscript.iink.OffscreenGestureAction
Add the gesture stroke as a regular stroke.
addBlock(float, float, String) - Method in class com.myscript.iink.Editor
Adds a new block to the part.
addBlock(float, float, String, MimeType, String) - Method in class com.myscript.iink.Editor
Adds a new block to the part and fills it with data.
addImage(float, float, File, MimeType) - Method in class com.myscript.iink.Editor
Adds a new image to the part.
addListener(IConfigurationListener) - Method in class com.myscript.iink.Configuration
Adds the specified listener to this configuration.
addListener(IEditorListener) - Method in class com.myscript.iink.Editor
Adds the specified listener to this editor.
addListener(IOffscreenEditorListener) - Method in class com.myscript.iink.OffscreenEditor
Adds the specified listener to this offscreen editor.
addListener(IRecognizerListener) - Method in class com.myscript.iink.Recognizer
Adds the specified listener to this recognizer.
addListener(IRendererListener) - Method in class com.myscript.iink.Renderer
Adds the specified listener to this renderer.
addStrokes(PointerEvent[], boolean) - Method in class com.myscript.iink.OffscreenEditor
Adds strokes.
ALLOWED - Enum constant in enum class com.myscript.iink.TransformError
The transform is allowed.
apply(float, float) - Method in class com.myscript.iink.graphics.Transform
Applies this transform to 2D point (x,y).
apply(Point) - Method in class com.myscript.iink.graphics.Transform
Applies this transform to 2D point (x,y).
apply(Point[]) - Method in class com.myscript.iink.graphics.Transform
Applies this transform to 2D points (x,y).
apply(Point[], int, int) - Method in class com.myscript.iink.graphics.Transform
Applies this transform to 2D points (x,y).
apply(Rectangle) - Method in class com.myscript.iink.graphics.Transform
Applies this transform to a rectangle.
APPLY_GESTURE - Enum constant in enum class com.myscript.iink.GestureAction
Apply the gesture behavior, as configured in the editor.
applyAction(String, String) - Method in class com.myscript.iink.MathSolverController
Applies the solved action of the specified block to the rendering.
applyAction(String, String, ParameterSet) - Method in class com.myscript.iink.MathSolverController
Applies the solved action of the specified block to the rendering.
applyStyle(ContentSelection, String) - Method in class com.myscript.iink.Editor
Applies CSS style properties to a content selection.
applyTo(ICanvas) - Method in class com.myscript.iink.graphics.Style
Apply changed style attributes to the specified target canvas.
ARC_OPS - Enum constant in enum class com.myscript.iink.graphics.IPath.OperationType
Elliptic arc operations (@see IPath::arcTo).
arcTo(float, float, float, boolean, boolean, float, float) - Method in interface com.myscript.iink.graphics.IPath
Draws an elliptical arc from the current point to (x, y).

B

b() - Method in class com.myscript.iink.graphics.Color
Returns the blue channel value.
b_f() - Method in class com.myscript.iink.graphics.Color
Returns the normalised blue channel value.
BAD_NUMERIC - Enum constant in enum class com.myscript.iink.TransformError
The transform has a bad numeric value (infinite or NaN).
BEAUTIFIED_BLOCKS - Enum constant in enum class com.myscript.iink.TransformError
The content selection contains beautified blocks.
beginPosition - Variable in class com.myscript.iink.text.TextSpan
The begin position in a label of this span, in glyph (i.e.
BEVEL - Enum constant in enum class com.myscript.iink.graphics.LineJoin
Bevel join style.
BLACK - Static variable in class com.myscript.iink.graphics.Color
 
blendOffscreen(int, float, float, float, float, float, float, float, float, Color) - Method in interface com.myscript.iink.graphics.ICanvas
Requests drawing of an offscreen surface (usually a bitmap).
boundingBox - Variable in class com.myscript.iink.text.GlyphMetrics
The glyph bounding box.
brushName - Variable in class com.myscript.iink.graphics.ExtraBrushStyle
The extra brush name.
BUTT - Enum constant in enum class com.myscript.iink.graphics.LineCap
Butt end style.

C

CANCEL - Enum constant in enum class com.myscript.iink.PointerEventType
Cancels an ongoing trace.
canRedo() - Method in class com.myscript.iink.Editor
Tells whether redo can be performed on the part or not
canUndo() - Method in class com.myscript.iink.Editor
Tells whether undo can be performed on the part or not
CAPTURE - Enum constant in enum class com.myscript.iink.IRenderTarget.LayerType
The layer that renders capture strokes.
ChangesetOperation - Class in com.myscript.iink
Represents a changeset operation.
ChangesetOperation(ChangesetOperationType, String[]) - Constructor for class com.myscript.iink.ChangesetOperation
Constructor.
ChangesetOperationType - Enum Class in com.myscript.iink
Changeset operation types.
checkNotClosed() - Method in class com.myscript.iink.ParameterSet
 
checkNotClosed() - Method in class com.myscript.iink.RecognitionAssetsBuilder
 
clampViewOffset(Point) - Method in class com.myscript.iink.Editor
Clamps the supplied view offset to the area that ensures standard scrolling behavior.
clear() - Method in class com.myscript.iink.Editor
Removes all content from the part.
clear() - Method in class com.myscript.iink.graphics.Style
Resets all style attributes to their default values and clear the change flags.
clear() - Method in class com.myscript.iink.OffscreenEditor
Removes all content from the part.
clear() - Method in class com.myscript.iink.Recognizer
Removes all content from the recognizer.
clearChangeFlags() - Method in class com.myscript.iink.graphics.Style
Clears the change flags.
clonePart(ContentPart) - Method in class com.myscript.iink.ContentPackage
Adds an existing part to this package.
close() - Method in class com.myscript.iink.ContentBlock
 
close() - Method in class com.myscript.iink.ContentPackage
 
close() - Method in class com.myscript.iink.ContentPart
 
close() - Method in class com.myscript.iink.ContentSelection
 
close() - Method in class com.myscript.iink.Editor
 
close() - Method in class com.myscript.iink.Engine
 
close() - Method in class com.myscript.iink.HistoryManager
 
close() - Method in class com.myscript.iink.ItemIdHelper
 
close() - Method in class com.myscript.iink.MathSolverController
 
close() - Method in class com.myscript.iink.OffscreenEditor
 
close() - Method in class com.myscript.iink.ParameterSet
 
close() - Method in class com.myscript.iink.PlaceholderController
 
close() - Method in class com.myscript.iink.RecognitionAssetsBuilder
 
close() - Method in class com.myscript.iink.Recognizer
 
close() - Method in class com.myscript.iink.Renderer
 
close() - Method in class com.myscript.iink.ToolController
 
closePath() - Method in interface com.myscript.iink.graphics.IPath
Close the current subpath by drawing a straight line from the current point to current subpath's initial point.
Color - Class in com.myscript.iink.graphics
Red green blue alpha color representation.
Color(int) - Constructor for class com.myscript.iink.graphics.Color
Constructor.
Color(int, int, int, float) - Constructor for class com.myscript.iink.graphics.Color
Constructor.
Color(int, int, int, int) - Constructor for class com.myscript.iink.graphics.Color
Constructor.
Color(Color) - Constructor for class com.myscript.iink.graphics.Color
Copy constructor.
com.myscript.iink - package com.myscript.iink
 
com.myscript.iink.graphics - package com.myscript.iink.graphics
 
com.myscript.iink.text - package com.myscript.iink.text
 
com.myscript.util - package com.myscript.util
 
combine(String[], String[], ItemIdCombinationModifier) - Method in class com.myscript.iink.ItemIdHelper
Combines two item ids lists.
commitModelDraw(long) - Method in class com.myscript.iink.Renderer
Indicates that an asynchronous drawing of the Model Layer is over.
compile(String, String) - Method in class com.myscript.iink.RecognitionAssetsBuilder
Compile data into a recognition asset.
Configuration - Class in com.myscript.iink
Represents the configuration values of the iink runtime environment.
CONFIGURATION_BUNDLE_NOT_FOUND - Enum constant in enum class com.myscript.iink.EditorError
The configuration bundle (*.conf file) cannot be found.
CONFIGURATION_BUNDLE_NOT_FOUND - Enum constant in enum class com.myscript.iink.RecognizerError
 
CONFIGURATION_NAME_NOT_FOUND - Enum constant in enum class com.myscript.iink.EditorError
The configuration name cannot be found in the bundle (*.conf file).
CONFIGURATION_NAME_NOT_FOUND - Enum constant in enum class com.myscript.iink.RecognizerError
The configuration name cannot be found in the bundle (*.conf file).
configurationChanged(Configuration) - Method in interface com.myscript.iink.IConfigurationListener
Invoked when the configuration has changed.
ContentBlock - Class in com.myscript.iink
Represents a block of content.
contentChanged(Editor, String[]) - Method in interface com.myscript.iink.IEditorListener
Invoked when the content has changed.
contentChanged(OffscreenEditor, String[]) - Method in interface com.myscript.iink.IOffscreenEditorListener
Invoked when the content has changed.
ContentPackage - Class in com.myscript.iink
A package stores the user content as a sorted collection of parts.
ContentPart - Class in com.myscript.iink
A part stores one content item.
ContentSelection - Class in com.myscript.iink
Represents a selection of content.
ContentSelectionMode - Enum Class in com.myscript.iink
Predefined Content Selection modes.
ConversionState - Enum Class in com.myscript.iink
Describes the state of the content for a given block.
convert(ContentSelection, ConversionState) - Method in class com.myscript.iink.Editor
Converts the specified content to digital form.
copy(ContentSelection) - Method in class com.myscript.iink.Editor
Copies a selection to the internal clipboard.
create(byte[]) - Static method in class com.myscript.iink.Engine
Creates a new engine.
CREATE - Enum constant in enum class com.myscript.iink.PackageOpenOption
Create a new package if it does not exist.
CREATE_NEW - Enum constant in enum class com.myscript.iink.PackageOpenOption
Create a new package, failing if it already exists.
createCanvas() - Method in interface com.myscript.iink.IImagePainter
Creates a canvas to draw the image.
createEditor(Renderer) - Method in class com.myscript.iink.Engine
Creates a new editor.
createEditor(Renderer, ToolController) - Method in class com.myscript.iink.Engine
Creates a new editor.
createItemIdHelper(OffscreenEditor) - Method in class com.myscript.iink.Engine
Creates a new item id helper associated with an offscreen editor.
createOffscreenEditor(float, float) - Method in class com.myscript.iink.Engine
Creates a new offscreen editor.
createOffscreenRenderCanvas(int) - Method in interface com.myscript.iink.IRenderTarget
Creates a Canvas that draws onto the offscreen render surface associated with a given identifier.
createOffscreenRenderSurface(int, int, boolean) - Method in interface com.myscript.iink.IRenderTarget
Requests the creation of an offscreen render surface (e.g.
createPackage(File) - Method in class com.myscript.iink.Engine
Creates a new package.
createPackage(String) - Method in class com.myscript.iink.Engine
Creates a new package.
createParameterSet() - Method in class com.myscript.iink.Engine
Creates a new empty parameter set.
createPart(String) - Method in class com.myscript.iink.ContentPackage
Appends a new part to this package.
createPath() - Method in interface com.myscript.iink.graphics.ICanvas
Creates a new general path.
createRecognitionAssetsBuilder() - Method in class com.myscript.iink.Engine
Creates a new RecognitionAssetsBuilder.
createRecognizer(float, float, String) - Method in class com.myscript.iink.Engine
Creates a new recognizer.
createRenderer(float, float, IRenderTarget) - Method in class com.myscript.iink.Engine
Creates a new renderer.
createStroker() - Method in interface com.myscript.iink.graphics.IStrokerFactory
Creates a new stroker instance.
createToolController() - Method in class com.myscript.iink.Engine
Creates a new tool controller.
CURVE_OPS - Enum constant in enum class com.myscript.iink.graphics.IPath.OperationType
Cubic Bezier curve operations (@see IPath::curveTo).
curveTo(float, float, float, float, float, float) - Method in interface com.myscript.iink.graphics.IPath
Draws a cubic Bezier curve from the current point to (x,y) using (x1,y1) as the control point at the beginning of the curve and (x2,y2) as the control point at the end of the curve.
CUSTOM_1 - Enum constant in enum class com.myscript.iink.PointerType
A custom pointer.
CUSTOM_2 - Enum constant in enum class com.myscript.iink.PointerType
A custom pointer.
CUSTOM_3 - Enum constant in enum class com.myscript.iink.PointerType
A custom pointer.
CUSTOM_4 - Enum constant in enum class com.myscript.iink.PointerType
A custom pointer.
CUSTOM_5 - Enum constant in enum class com.myscript.iink.PointerType
A custom pointer.

D

DBL_EPSILON - Static variable in class com.myscript.util.Numbers
 
deletePackage(File) - Method in class com.myscript.iink.Engine
Deletes the specified package.
deletePackage(String) - Method in class com.myscript.iink.Engine
Deletes the specified package.
DIFFERENCE - Enum constant in enum class com.myscript.iink.ItemIdCombinationModifier
Combines the difference.
DIGITAL_EDIT - Enum constant in enum class com.myscript.iink.ConversionState
Digital content, suitable for edition (normalized font size, expanded graphics).
DIGITAL_PUBLISH - Enum constant in enum class com.myscript.iink.ConversionState
Digital content, suitable for publication (adaptive font size, fitted graphics).
DOCX - Enum constant in enum class com.myscript.iink.MimeType
Open XML word processing document (application/vnd.openxmlformats-officedocument.wordprocessingml.document).
down(float, float) - Method in class com.myscript.iink.PointerEvent
Update this event to a "down" event.
DOWN - Enum constant in enum class com.myscript.iink.PointerEventType
Starts a new trace.
drawCaptureStrokes(int, int, int, int, ICanvas) - Method in class com.myscript.iink.Renderer
Requests drawing of a region of the Capture layer.
DRAWING_BLOCKS - Enum constant in enum class com.myscript.iink.TransformError
The content selection contains drawing blocks.
drawLine(float, float, float, float) - Method in interface com.myscript.iink.graphics.ICanvas
Requests drawing of a line segment.
drawModel(int, int, int, int, ICanvas) - Method in class com.myscript.iink.Renderer
Requests drawing of a region of the Model layer.
drawModelAsync(int, int, int, int, ICanvas) - Method in class com.myscript.iink.Renderer
Requests asynchronous drawing of a region of the Model layer.
drawObject(String, String, float, float, float, float) - Method in interface com.myscript.iink.graphics.ICanvas
Requests drawing of an object.
drawPath(IPath) - Method in interface com.myscript.iink.graphics.ICanvas
Requests drawing of a path.
drawRectangle(float, float, float, float) - Method in interface com.myscript.iink.graphics.ICanvas
Requests drawing of a rectangle.
drawStroke(PointerEvent[], ICanvas) - Method in class com.myscript.iink.Editor
Draws pointer events with current editor style settings on the given canvas.
drawStrokeWithExtraBrush(InkPoints[], int, ExtraBrushStyle, boolean, long) - Method in interface com.myscript.iink.graphics.ICanvas
Requests drawing of a stroke with an extra brush.
drawText(String, float, float, float, float, float, float) - Method in interface com.myscript.iink.graphics.ICanvas
Requests drawing of text.
DROPSHADOW_COLOR - Enum constant in enum class com.myscript.iink.graphics.StyleFlag
Drop shadow color property.
DROPSHADOW_RADIUS - Enum constant in enum class com.myscript.iink.graphics.StyleFlag
Drop shadow blur radius property.
DROPSHADOW_XOFFSET - Enum constant in enum class com.myscript.iink.graphics.StyleFlag
Drop shadow horizontal property.
DROPSHADOW_YOFFSET - Enum constant in enum class com.myscript.iink.graphics.StyleFlag
Drop shadow vertical property.

E

Editor - Class in com.myscript.iink
The Editor is the entry point to modify a part.
EditorError - Enum Class in com.myscript.iink
Represents an Editor error code.
endDraw() - Method in interface com.myscript.iink.graphics.ICanvas
Indicates that a drawing session ends.
endGroup(String) - Method in interface com.myscript.iink.graphics.ICanvas
Indicates that the drawing of a group of items ends.
endItem(String) - Method in interface com.myscript.iink.graphics.ICanvas
Indicates that the drawing of an item ends.
endPosition - Variable in class com.myscript.iink.text.TextSpan
The end position in a label of this span, in glyph (i.e.
Engine - Class in com.myscript.iink
Represents the iink runtime environment.
equals(Object) - Method in class com.myscript.iink.ChangesetOperation
 
equals(Object) - Method in class com.myscript.iink.graphics.Color
 
equals(Object) - Method in class com.myscript.iink.graphics.ExtraBrushStyle
 
equals(Object) - Method in class com.myscript.iink.graphics.InkPoint
 
equals(Object) - Method in class com.myscript.iink.graphics.Point
 
equals(Object) - Method in class com.myscript.iink.graphics.Rectangle
 
equals(Object) - Method in class com.myscript.iink.graphics.Style
 
equals(Object) - Method in class com.myscript.iink.graphics.Transform
 
equals(Object) - Method in class com.myscript.iink.IndentationLevels
 
equals(Object) - Method in class com.myscript.iink.PointerEvent
 
equals(Object) - Method in class com.myscript.iink.text.GlyphMetrics
 
equals(Object) - Method in class com.myscript.iink.text.TextSpan
 
erase(ContentSelection) - Method in class com.myscript.iink.Editor
Erases a content selection from the part.
erase(String[]) - Method in class com.myscript.iink.OffscreenEditor
Erases the specified items.
ERASE - Enum constant in enum class com.myscript.iink.ChangesetOperationType
Erase items operation.
ERASER - Enum constant in enum class com.myscript.iink.PointerTool
A tool used for erasing some content.
ERASER - Enum constant in enum class com.myscript.iink.PointerType
An eraser or inverted pen.
EVENODD - Enum constant in enum class com.myscript.iink.graphics.FillRule
Even-odd fill rule.
eventType - Variable in class com.myscript.iink.PointerEvent
The event type.
EXISTING - Enum constant in enum class com.myscript.iink.PackageOpenOption
Open an existing package.
export_(String[], MimeType) - Method in class com.myscript.iink.OffscreenEditor
Exports the specified items.
export_(String[], MimeType, ParameterSet) - Method in class com.myscript.iink.OffscreenEditor
Exports the specified items.
export_(ContentSelection, MimeType) - Method in class com.myscript.iink.Editor
Exports the specified content.
export_(ContentSelection, MimeType, ParameterSet) - Method in class com.myscript.iink.Editor
Exports the specified content.
export_(ContentSelection, OutputStream, MimeType, IImagePainter) - Method in class com.myscript.iink.Editor
Exports the specified content.
export_(ContentSelection, OutputStream, MimeType, IImagePainter, ParameterSet) - Method in class com.myscript.iink.Editor
Exports the specified content.
export_(ContentSelection, String, MimeType, IImagePainter) - Method in class com.myscript.iink.Editor
Exports the specified content.
export_(ContentSelection, String, MimeType, IImagePainter, ParameterSet) - Method in class com.myscript.iink.Editor
Exports the specified content.
export_(ContentSelection, String, IImagePainter) - Method in class com.myscript.iink.Editor
Exports the specified content.
export_(ContentSelection, String, IImagePainter, ParameterSet) - Method in class com.myscript.iink.Editor
Exports the specified content.
ExtraBrushStyle - Class in com.myscript.iink.graphics
Extra brush style information for the rendering of strokes.
ExtraBrushStyle() - Constructor for class com.myscript.iink.graphics.ExtraBrushStyle
Default constructor.
ExtraBrushStyle(String, float, float, float, boolean) - Constructor for class com.myscript.iink.graphics.ExtraBrushStyle
Constructs an ExtraBrushStyle
extractObject(String, File) - Method in class com.myscript.iink.ContentPackage
Extracts an object from this package to a given file.

F

f - Variable in class com.myscript.iink.graphics.InkPoint
The point normalized pressure, in [0,1].
f - Variable in class com.myscript.iink.graphics.InkPoints
The points normalized pressures, in [0,1].
f - Variable in class com.myscript.iink.PointerEvent
The event normalized pressure, in [0,1].
FILL_COLOR - Enum constant in enum class com.myscript.iink.graphics.StyleFlag
Fill color property.
FILL_RULE - Enum constant in enum class com.myscript.iink.graphics.StyleFlag
Fill rule property.
FillRule - Enum Class in com.myscript.iink.graphics
Defines the methods used to fill paths and polygons.
finalize() - Method in class com.myscript.iink.ContentBlock
 
finalize() - Method in class com.myscript.iink.ContentPackage
 
finalize() - Method in class com.myscript.iink.ContentPart
 
finalize() - Method in class com.myscript.iink.ContentSelection
 
finalize() - Method in class com.myscript.iink.Editor
 
finalize() - Method in class com.myscript.iink.Engine
 
finalize() - Method in class com.myscript.iink.HistoryManager
 
finalize() - Method in class com.myscript.iink.ItemIdHelper
 
finalize() - Method in class com.myscript.iink.MathSolverController
 
finalize() - Method in class com.myscript.iink.OffscreenEditor
 
finalize() - Method in class com.myscript.iink.ParameterSet
 
finalize() - Method in class com.myscript.iink.PlaceholderController
 
finalize() - Method in class com.myscript.iink.RecognitionAssetsBuilder
 
finalize() - Method in class com.myscript.iink.Recognizer
 
finalize() - Method in class com.myscript.iink.Renderer
 
finalize() - Method in class com.myscript.iink.ToolController
 
FLT_EPSILON - Static variable in class com.myscript.util.Numbers
 
FONT_FAMILY - Enum constant in enum class com.myscript.iink.graphics.StyleFlag
Font family property.
FONT_LINE_HEIGHT - Enum constant in enum class com.myscript.iink.graphics.StyleFlag
Font line height property.
FONT_SIZE - Enum constant in enum class com.myscript.iink.graphics.StyleFlag
Font size property.
FONT_STYLE - Enum constant in enum class com.myscript.iink.graphics.StyleFlag
Font style property.
FONT_VARIANT - Enum constant in enum class com.myscript.iink.graphics.StyleFlag
Font variant property.
FONT_WEIGHT - Enum constant in enum class com.myscript.iink.graphics.StyleFlag
Font weight property.
force(float) - Method in class com.myscript.iink.PointerEvent
Update the event pressure.
forValue(int) - Static method in enum class com.myscript.iink.MimeType
 
fromTypeName(String) - Static method in enum class com.myscript.iink.MimeType
 

G

g() - Method in class com.myscript.iink.graphics.Color
Returns the green channel value.
g_f() - Method in class com.myscript.iink.graphics.Color
Returns the normalised green channel value.
GENERIC - Enum constant in enum class com.myscript.iink.EditorError
Generic error, refer to the `message` parameter for more information.
GENERIC - Enum constant in enum class com.myscript.iink.RecognizerError
Generic error, refer to the `message` parameter for more information.
GESTURE_NOTIFICATION_CANNOT_MOVE_ABOVE_FIRSTLINE - Enum constant in enum class com.myscript.iink.EditorError
Gesture notification, cannot move above first line.
GESTURE_NOTIFICATION_NO_WORDS_TO_JOIN - Enum constant in enum class com.myscript.iink.EditorError
Gesture notification, no words to join.
GESTURE_NOTIFICATION_UNABLE_TO_APPLY - Enum constant in enum class com.myscript.iink.EditorError
Gesture notification, unable to apply.
GestureAction - Enum Class in com.myscript.iink
Represents the action to be performed upon gesture detection.
get() - Method in class com.myscript.iink.NativeObjectHandle
Requests ownership of a native object object.
getActionOutput(String, String, MimeType) - Method in class com.myscript.iink.MathSolverController
Returns the output for the given action and the specified block.
getActionOutput(String, String, MimeType, ParameterSet) - Method in class com.myscript.iink.MathSolverController
Returns the output for the given action and the specified block.
getAttributes() - Method in class com.myscript.iink.ContentBlock
Returns the block's attributes as a JSON string.
getAvailableActions(String) - Method in class com.myscript.iink.MathSolverController
Returns the available actions for the specified block.
getAvailableActions(String, ParameterSet) - Method in class com.myscript.iink.MathSolverController
Returns the available actions for the specified block.
getAvailableItemsTypes(String[]) - Method in class com.myscript.iink.OffscreenEditor
Returns the available types for the specified items.
getAvailableSelectionModes() - Method in class com.myscript.iink.Editor
Returns the available selection modes for the active content selection associated with this editor.
getAvailableSelectionTypes(ContentSelection) - Method in class com.myscript.iink.Editor
Returns the available types for a selection.
getBlockBox(String) - Method in class com.myscript.iink.ItemIdHelper
Returns the bounding box of a block.
getBlockById(String) - Method in class com.myscript.iink.Editor
Returns the content block associated with a given id.
getBlockChildrenIds(String) - Method in class com.myscript.iink.ItemIdHelper
Returns the children block ids of a block.
getBlockParentId(String) - Method in class com.myscript.iink.ItemIdHelper
Returns the parent block id of a block.
getBlockType(String) - Method in class com.myscript.iink.ItemIdHelper
Returns the type of a block.
getBoolean(String) - Method in class com.myscript.iink.ParameterSet
Returns the boolean value associated with key.
getBoolean(String, boolean) - Method in class com.myscript.iink.ParameterSet
Returns the boolean value associated with key.
getBox() - Method in class com.myscript.iink.ContentBlock
Returns the box that represents the position of this block.
getBox(ContentSelection) - Method in class com.myscript.iink.Editor
Returns the box that represents the position of a selection.
getChangeFlags() - Method in class com.myscript.iink.graphics.Style
Returns the set of style attributes changed since construction or last call to Style.clearChangeFlags().
getCharacterBoundingBoxes(Text, TextSpan[]) - Method in interface com.myscript.iink.text.IFontMetricsProvider
Returns the bounding box of each glyph of the specified text if it were displayed at 0,0 using the specified styles.
getChildren() - Method in class com.myscript.iink.ContentBlock
Returns the children of this block.
getCompilationErrors() - Method in class com.myscript.iink.RecognitionAssetsBuilder
Get the last compilation errors.
getConfiguration() - Method in class com.myscript.iink.Editor
Returns the Configuration associated with this editor.
getConfiguration() - Method in class com.myscript.iink.Engine
Returns the configuration associated with this engine.
getConfiguration() - Method in class com.myscript.iink.OffscreenEditor
Returns the Configuration associated with this offscreen editor.
getConfiguration() - Method in class com.myscript.iink.Recognizer
Returns the Configuration associated with this recognizer.
getConversionState() - Method in class com.myscript.iink.ContentBlock
Returns the current conversion state of this block, as a set of ConversionState values.
getConversionState(ContentSelection) - Method in class com.myscript.iink.Editor
Returns the current conversion state of a selection, as a set of ConversionState values.
getDpiX() - Method in class com.myscript.iink.Renderer
Returns the horizontal DPI resolution of the renderer.
getDpiY() - Method in class com.myscript.iink.Renderer
Returns the vertical DPI resolution of the renderer.
getDropShadowColor() - Method in class com.myscript.iink.graphics.Style
Retrieves the drop shadow color.
getDropShadowRadius() - Method in class com.myscript.iink.graphics.Style
Retrieves the drop shadow blur radius.
getDropShadowXOffset() - Method in class com.myscript.iink.graphics.Style
Retrieves the drop shadow horizontal offset.
getDropShadowYOffset() - Method in class com.myscript.iink.graphics.Style
Retrieves the drop shadow vertical offset.
getEngine() - Method in class com.myscript.iink.Editor
Returns the Engine to which this editor is attached.
getEngine() - Method in class com.myscript.iink.OffscreenEditor
Returns the Engine to which this offscreen editor is attached.
getEngine() - Method in class com.myscript.iink.Recognizer
Returns the Engine to which this recognizer is attached.
getFileExtensions() - Method in enum class com.myscript.iink.MimeType
Returns a comma separated list of file extensions.
getFillColor() - Method in class com.myscript.iink.graphics.Style
Retrieves the stroke fill color.
getFillRule() - Method in class com.myscript.iink.graphics.Style
Retrieves the stroke fill rule.
getFontFamily() - Method in class com.myscript.iink.graphics.Style
Retrieves the font family.
getFontLineHeight() - Method in class com.myscript.iink.graphics.Style
Retrieves the font line height.
getFontSize() - Method in class com.myscript.iink.graphics.Style
Retrieves the font size.
getFontSizePx(Style) - Method in interface com.myscript.iink.text.IFontMetricsProvider
Returns the size of the specified font in pixels.
getFontStyle() - Method in class com.myscript.iink.graphics.Style
Retrieves the font style.
getFontVariant() - Method in class com.myscript.iink.graphics.Style
Retrieves the font variant.
getFontWeight() - Method in class com.myscript.iink.graphics.Style
Retrieves the font weight.
getFullItemId(String) - Method in class com.myscript.iink.ItemIdHelper
Returns the full item id associated with a partial item id.
getGlyphBeginAt(int) - Method in class com.myscript.iink.text.Text
Returns the starting position in the label, in bytes, of a given glyph.
getGlyphCount() - Method in class com.myscript.iink.text.Text
Returns the number of glyphs associated with this text.
getGlyphCount(int, int) - Method in class com.myscript.iink.text.Text
Returns the number of glyphs included in span of two index of bytes in this text
getGlyphEndAt(int) - Method in class com.myscript.iink.text.Text
Returns the end position in the label, in bytes, of a given glyph.
getGlyphLabelAt(int) - Method in class com.myscript.iink.text.Text
Returns the label of the glyph at a given index.
getGlyphMetrics(Text, TextSpan[]) - Method in interface com.myscript.iink.text.IFontMetricsProvider
Returns the bounding box and left side bearing of each glyph of the specified text if it were displayed at 0,0 using the specified styles.
getHistoryManager() - Method in class com.myscript.iink.OffscreenEditor
Returns the HistoryManager to which this offscreen editor is attached if any.
getId() - Method in class com.myscript.iink.ContentBlock
Returns the identifier of this block.
getId() - Method in class com.myscript.iink.ContentPart
Returns the identifier of this part.
getIncludedBlocks(ContentSelection) - Method in class com.myscript.iink.Editor
Returns the content block ids included in the specified content selection.
getIndentationLevels(ContentSelection) - Method in class com.myscript.iink.Editor
Warning: This is a Beta API.
getIntersectingBlocks(ContentSelection) - Method in class com.myscript.iink.Editor
Returns the content block ids intersecting with the specified content selection.
getItemParentId(String) - Method in class com.myscript.iink.ItemIdHelper
Returns the parent block id of an item.
getItemsBox(String[]) - Method in class com.myscript.iink.ItemIdHelper
Returns the bounding box of an item ids list.
getItemsByBlockId(String) - Method in class com.myscript.iink.ItemIdHelper
Returns the item ids associated with a given block id.
getLabel() - Method in class com.myscript.iink.text.Text
Returns the label of this text.
getLanguage() - Method in class com.myscript.iink.ContentPart
Returns the language of this part.
getMathSolverController() - Method in class com.myscript.iink.Editor
Returns the MathSolverController associated with this editor.
getMathSolverController() - Method in class com.myscript.iink.OffscreenEditor
Returns the MathSolverController associated with this offscreen editor.
getMetadata() - Method in class com.myscript.iink.ContentPackage
Returns this package's metadata as a parameter set.
getMetadata() - Method in class com.myscript.iink.ContentPart
Returns the part's metadata as a parameter set.
getName() - Method in enum class com.myscript.iink.MimeType
Returns a descriptive name in English.
getNumber(String) - Method in class com.myscript.iink.ParameterSet
Returns the numeric value associated with key.
getNumber(String, Number) - Method in class com.myscript.iink.ParameterSet
Returns the numeric value associated with key.
getNumberArray(String) - Method in class com.myscript.iink.ParameterSet
Returns the numeric array value associated with key.
getNumberArray(String, Number[]) - Method in class com.myscript.iink.ParameterSet
Returns the numeric array associated with key.
getPackage() - Method in class com.myscript.iink.ContentPart
Returns the package that contains this part.
getParent() - Method in class com.myscript.iink.ContentBlock
Returns the parent of this block.
getPart() - Method in class com.myscript.iink.ContentSelection
Returns the part that contains this selection.
getPart() - Method in class com.myscript.iink.Editor
Returns the part managed by this editor.
getPart() - Method in class com.myscript.iink.OffscreenEditor
Returns the part managed by this offscreen editor.
getPart(int) - Method in class com.myscript.iink.ContentPackage
Returns the part at the specified index.
getPart(String) - Method in class com.myscript.iink.ContentPackage
Returns the specified part.
getPartCount() - Method in class com.myscript.iink.ContentPackage
Returns the number of parts in this package.
getPath() - Method in class com.myscript.iink.ContentPackage
Returns the path of this package.
getPixelDensity() - Method in interface com.myscript.iink.IRenderTarget
Returns the render target pixel density.
getPixelSize() - Method in class com.myscript.iink.Renderer
Returns the size of a pixel, in millimeters.
getPlaceholderController() - Method in class com.myscript.iink.Editor
Returns the PlaceholderController associated with this editor.
getPointsForItemId(String) - Method in class com.myscript.iink.ItemIdHelper
Returns the pointer events of an item.
getPossibleRedoCount() - Method in class com.myscript.iink.Editor
The number of operations that can be redone.
getPossibleRedoCount() - Method in class com.myscript.iink.HistoryManager
Returns the number of changesets that can be redone.
getPossibleUndoCount() - Method in class com.myscript.iink.Editor
The number of operations that can be undone.
getPossibleUndoCount() - Method in class com.myscript.iink.HistoryManager
Returns the number of changesets that can be undone (less than or equal getUndoStackIndex()).
getRedoChangesetFrom(String) - Method in class com.myscript.iink.HistoryManager
Returns the changeset corresponding to a redo from the given id.
getRenderer() - Method in class com.myscript.iink.Editor
Returns the Renderer associated with this editor.
getRenderingId() - Method in class com.myscript.iink.ContentBlock
Returns an identifier that can be used to match corresponding calls to ICanvas.startGroup(String, float, float, float, float, boolean).
getRenderTarget() - Method in class com.myscript.iink.Renderer
Returns the target to which this renderer draws.
getResult(MimeType) - Method in class com.myscript.iink.Recognizer
Returns the result of the recognition since the last call to Recognizer.clear().
getRootBlock() - Method in class com.myscript.iink.Editor
Returns the content block at the root of the current part.
getRootBlockId() - Method in class com.myscript.iink.OffscreenEditor
Returns the block id at the root of the current part.
getScaleX() - Method in class com.myscript.iink.OffscreenEditor
Returns the scale to convert input horizontal coordinates unit into mm, such that (X coordinate unit * scaleX = mm).
getScaleX() - Method in class com.myscript.iink.Recognizer
Returns the scale to convert input horizontal coordinates unit into mm, such that (X coordinate unit * scaleX = mm).
getScaleY() - Method in class com.myscript.iink.OffscreenEditor
Returns the scale to convert input vertical coordinates unit into mm, such that (Y coordinate unit * scaleY = mm).
getScaleY() - Method in class com.myscript.iink.Recognizer
Returns the scale to convert input vertical coordinates unit into mm, such that (Y coordinate unit * scaleY = mm).
getSection(String) - Method in class com.myscript.iink.ParameterSet
Returns a parameter set object representing the section associated with key.
getSelection() - Method in class com.myscript.iink.Editor
Returns the content selection associated with this editor.
getSelectionMode() - Method in class com.myscript.iink.Editor
Returns the selection mode of the active content selection associated with this editor.
getString(String) - Method in class com.myscript.iink.ParameterSet
Returns the string value associated with key.
getString(String, String) - Method in class com.myscript.iink.ParameterSet
Returns the string value associated with key.
getStringArray(String) - Method in class com.myscript.iink.ParameterSet
Returns the string array value associated with key.
getStringArray(String, String[]) - Method in class com.myscript.iink.ParameterSet
Returns the string array associated with key.
getStrokeColor() - Method in class com.myscript.iink.graphics.Style
Retrieves the stroke color.
getStrokeDashArray() - Method in class com.myscript.iink.graphics.Style
Retrieves the stroke dash pattern.
getStrokeDashOffset() - Method in class com.myscript.iink.graphics.Style
Retrieves the stroke dash offset.
getStrokeLineCap() - Method in class com.myscript.iink.graphics.Style
Retrieves the stroke line cap.
getStrokeLineJoin() - Method in class com.myscript.iink.graphics.Style
Retrieves the stroke line join.
getStrokeMiterLimit() - Method in class com.myscript.iink.graphics.Style
Retrieves the stroke miter limit.
getStrokeWidth() - Method in class com.myscript.iink.graphics.Style
Retrieves the stroke width.
getSupportedAddBlockDataMimeTypes(String) - Method in class com.myscript.iink.Editor
Returns the supported formats for adding a new block with data.
getSupportedAddBlockTypes() - Method in class com.myscript.iink.Editor
Returns the types of blocks that can be added to the part.
getSupportedExportMimeTypes(String[]) - Method in class com.myscript.iink.OffscreenEditor
Returns the supported export formats for specified items.
getSupportedExportMimeTypes(ContentSelection) - Method in class com.myscript.iink.Editor
Returns the supported export formats for specified content.
getSupportedImportMimeTypes(ContentSelection) - Method in class com.myscript.iink.Editor
Returns the supported import formats for specified content.
getSupportedPartTypes() - Method in class com.myscript.iink.Engine
Returns the set of content part types that this engine can handle.
getSupportedRecognitionAssetsTypes() - Method in class com.myscript.iink.RecognitionAssetsBuilder
Returns the set of recognition assets types that this recognition assets builder can handle.
getSupportedRecognizerTypes() - Method in class com.myscript.iink.Engine
Lists the recognizer types supported by this engine.
getSupportedResultMimeTypes() - Method in class com.myscript.iink.Recognizer
Returns the supported result formats.
getSupportedSymbols(String) - Method in class com.myscript.iink.RecognitionAssetsBuilder
Get the list of symbols supported by a resource.
getSupportedTargetConversionStates(ContentSelection) - Method in class com.myscript.iink.Editor
Returns the supported target conversion states for the specified content.
getSupportedTextFormats(ContentSelection) - Method in class com.myscript.iink.Editor
Returns the supported text formats for specified content selection.
getTheme() - Method in class com.myscript.iink.Editor
Returns the rendering theme style sheet, in CSS format.
getToolController() - Method in class com.myscript.iink.Editor
Returns the ToolController associated with this editor.
getToolForType(PointerType) - Method in class com.myscript.iink.ToolController
Returns the tool associated with a pointer type.
getToolStyle(PointerTool) - Method in class com.myscript.iink.ToolController
Returns the CSS style properties associated with a pointer tool.
getToolStyleClasses(PointerTool) - Method in class com.myscript.iink.ToolController
Returns the style classes associated with a pointer tool.
getTransform() - Method in interface com.myscript.iink.graphics.ICanvas
Retrieves the current transform.
getTransform(Rectangle, Rectangle) - Static method in class com.myscript.iink.graphics.Transform
Gets the transform to transform a rectangle into another.
getTransformStatus(String[], Transform) - Method in class com.myscript.iink.OffscreenEditor
Checks if a transformation is allowed on the specified items.
getTransformStatus(ContentSelection, Transform) - Method in class com.myscript.iink.Editor
Checks if a transformation is allowed on a content selection.
getTtfFontName(InputStream) - Static method in class com.myscript.util.TTFAnalyzer
This function parses the TTF file and returns the font name specified in the file.
getType() - Method in class com.myscript.iink.ContentBlock
Returns the type of this block.
getType() - Method in class com.myscript.iink.ContentPart
Returns the type of this part.
getTypeName() - Method in enum class com.myscript.iink.MimeType
Returns the name of the media type, in the form "type/subtype".
getUndoChangesetTo(String) - Method in class com.myscript.iink.HistoryManager
Returns the changeset corresponding to an undo to the given id.
getUndoRedoIdAt(int) - Method in class com.myscript.iink.Editor
Returns the id of an undo or redo action, based on its position in the stack index.
getUndoRedoIdAt(int) - Method in class com.myscript.iink.HistoryManager
Returns the id associated with an undo/redo stack index.
getUndoRedoStackIndex() - Method in class com.myscript.iink.HistoryManager
Returns the number of changesets performed on the part, since content part was opened.
getUndoStackIndex() - Method in class com.myscript.iink.Editor
Returns the number of operations performed on the part, since content part was opened.
getUserData(ContentSelection) - Method in class com.myscript.iink.PlaceholderController
Returns the user data corresponding to a placeholder image.
getVersion() - Method in class com.myscript.iink.Engine
Returns the version of iink SDK.
getViewBox() - Method in class com.myscript.iink.ContentPart
Returns the view box, the rectangle that represents the viewable area of this part's content.
getViewHeight() - Method in class com.myscript.iink.Editor
The height of the view.
getViewOffset() - Method in class com.myscript.iink.Renderer
Returns the view offset.
getViewScale() - Method in class com.myscript.iink.Renderer
Returns the current zoom view scale.
getViewTransform() - Method in class com.myscript.iink.Renderer
Returns the transform that is used to map model coordinates into view coordinates.
getViewWidth() - Method in class com.myscript.iink.Editor
The width of the view.
GIF - Enum constant in enum class com.myscript.iink.MimeType
GIF Image (image/gif).
GlyphMetrics - Class in com.myscript.iink.text
Describes the position of a converted glyph.
GlyphMetrics() - Constructor for class com.myscript.iink.text.GlyphMetrics
Default constructor.
GlyphMetrics(float, float, float, float, float, float) - Constructor for class com.myscript.iink.text.GlyphMetrics
Constructs a glyph metrics object.
GRAPHML - Enum constant in enum class com.myscript.iink.MimeType
Graph Markup Language (application/graphml+xml).
GUIDES - Enum constant in enum class com.myscript.iink.TransformError
The content selection has guides.

H

H1 - Enum constant in enum class com.myscript.iink.TextFormat
Header 1 format.
H2 - Enum constant in enum class com.myscript.iink.TextFormat
Header 2 format.
HAND - Enum constant in enum class com.myscript.iink.PointerTool
A tool used for interacting with already selected content.
HANDWRITING - Enum constant in enum class com.myscript.iink.ConversionState
Handwritten content (ink).
HAS_NEGATIVE_SCALE - Enum constant in enum class com.myscript.iink.TransformError
The transform has a negative scale component.
HAS_ROTATION - Enum constant in enum class com.myscript.iink.TransformError
The transform has a rotation component.
HAS_SCALE - Enum constant in enum class com.myscript.iink.TransformError
The transform has a scale component.
HAS_SHEAR - Enum constant in enum class com.myscript.iink.TransformError
The transform has a shear component.
HAS_TRANSLATION - Enum constant in enum class com.myscript.iink.TransformError
The transform has a translation component.
hashCode() - Method in class com.myscript.iink.graphics.Color
 
hashCode() - Method in class com.myscript.iink.graphics.ExtraBrushStyle
 
hashCode() - Method in class com.myscript.iink.graphics.InkPoint
 
hashCode() - Method in class com.myscript.iink.graphics.Point
 
hashCode() - Method in class com.myscript.iink.graphics.Rectangle
 
hashCode() - Method in class com.myscript.iink.graphics.Style
 
hashCode() - Method in class com.myscript.iink.graphics.Transform
 
hashCode() - Method in class com.myscript.iink.IndentationLevels
 
hashCode() - Method in class com.myscript.iink.PointerEvent
 
hashCode() - Method in class com.myscript.iink.text.GlyphMetrics
 
hashCode() - Method in class com.myscript.iink.text.TextSpan
 
hashCode(double) - Static method in class com.myscript.util.Numbers
Returns a hash code for this Double object.
hashCode(float) - Static method in class com.myscript.util.Numbers
Returns a hash code for a Float object.
hasSelection() - Method in class com.myscript.iink.Editor
Tells if this editor has an active content selection.
hasTiltInfo() - Method in class com.myscript.iink.PointerEvent
Check whether the event has tilt and orientation information.
height - Variable in class com.myscript.iink.graphics.Rectangle
The height of the rectangle.
high - Variable in class com.myscript.iink.IndentationLevels
The highest indentation level.
HIGHLIGHTER - Enum constant in enum class com.myscript.iink.PointerTool
A tool used for highlighting some content.
HistoryManager - Class in com.myscript.iink
A HistoryManager allows managing changesets for undo/redo.
hitBlock(float, float) - Method in class com.myscript.iink.Editor
Return the block at the given position, or null if there is no block at that position.
hitSelection(float, float) - Method in class com.myscript.iink.Editor
Returns the active content selection at the given position, or null if there is no active content selection at that position.
HTML - Enum constant in enum class com.myscript.iink.MimeType
HyperText Markup Language (text/html)

I

ICanvas - Interface in com.myscript.iink.graphics
The ICanvas interface receives drawing commands.
IConfigurationListener - Interface in com.myscript.iink
The listener interface for receiving configuration change events.
id(int) - Method in class com.myscript.iink.PointerEvent
Update the event pointer id.
IEditorListener - Interface in com.myscript.iink
The listener interface for receiving editor events.
IFontMetricsProvider - Interface in com.myscript.iink.text
Interface providing fontified text typesetting operations.
IGestureHandler - Interface in com.myscript.iink
The listener interface for handling gesture events.
IGNORE - Enum constant in enum class com.myscript.iink.GestureAction
Discard the gesture stroke, do not apply the gesture behavior.
IGNORE - Enum constant in enum class com.myscript.iink.OffscreenGestureAction
Discard the gesture stroke.
IImagePainter - Interface in com.myscript.iink
The ImagePainter converts rendering data into images in view e.g.
import_(MimeType, String, ContentSelection) - Method in class com.myscript.iink.Editor
Imports data into the part or a selection.
import_(MimeType, String, ContentSelection, ParameterSet) - Method in class com.myscript.iink.Editor
Imports data into the part or a selection.
indent(ContentSelection, int) - Method in class com.myscript.iink.Editor
Warning: This is a Beta API.
IndentationLevels - Class in com.myscript.iink
Represents a selection indentation levels.
IndentationLevels(long, long, long) - Constructor for class com.myscript.iink.IndentationLevels
Constructor.
indexOfPart(ContentPart) - Method in class com.myscript.iink.ContentPackage
Returns the index of a given part.
init() - Static method in class com.myscript.iink.NativeLibrary
Ensures the native library is loaded.
inject(String) - Method in class com.myscript.iink.ParameterSet
Injects the content of a JSON values into this parameter set.
INK_REJECTED_ABOVE_FIRST_LINE - Enum constant in enum class com.myscript.iink.EditorError
Ink was rejected, the stroke is too far above the first line.
INK_REJECTED_BEFORE_FIRST_COLUMN - Enum constant in enum class com.myscript.iink.EditorError
Ink was rejected, the stroke is too far left.
INK_REJECTED_OUT_OF_PAGE - Enum constant in enum class com.myscript.iink.EditorError
Ink was rejected, the stroke is out of the page bounds.
INK_REJECTED_SEVERAL_BLOCKS - Enum constant in enum class com.myscript.iink.EditorError
Ink was rejected, the stroke is spread over several blocks.
INK_REJECTED_SMALL_TYPESET - Enum constant in enum class com.myscript.iink.EditorError
Ink was rejected, cannot write on DIGITAL_PUBLISH blocks (convert to DIGITAL_EDIT).
INK_REJECTED_TOO_BIG - Enum constant in enum class com.myscript.iink.EditorError
Ink was rejected, the stroke is too big.
INK_REJECTED_TOO_LONG - Enum constant in enum class com.myscript.iink.EditorError
Ink was rejected, the stroke is too long.
INK_REJECTED_TOO_SMALL - Enum constant in enum class com.myscript.iink.EditorError
Ink was rejected, the stroke is too small.
InkPoint - Class in com.myscript.iink.graphics
Represents an ink point.
InkPoint() - Constructor for class com.myscript.iink.graphics.InkPoint
Default constructor.
InkPoint(float, float, long, float) - Constructor for class com.myscript.iink.graphics.InkPoint
Constructs an InkPoint
InkPoint(float, float, long, float, float, float) - Constructor for class com.myscript.iink.graphics.InkPoint
Constructs an InkPoint
InkPoints - Class in com.myscript.iink.graphics
Represents ink points.
InkPoints(float[], float[], long[], float[], float[], float[]) - Constructor for class com.myscript.iink.graphics.InkPoints
Constructs an InkPoints
INTERSECTION - Enum constant in enum class com.myscript.iink.ItemIdCombinationModifier
Combines the intersection.
INVALID - Enum constant in enum class com.myscript.iink.TransformError
The transform is invalid (cannot be decomposed).
INVALID_CONFIGURATION - Enum constant in enum class com.myscript.iink.EditorError
There was an error when parsing the *.conf files.
INVALID_CONFIGURATION - Enum constant in enum class com.myscript.iink.RecognizerError
There was an error when parsing the *.conf files.
invalidate(Renderer, int, int, int, int, EnumSet<IRenderTarget.LayerType>) - Method in interface com.myscript.iink.IRenderTarget
Invalidates a specified rectangle area on the given set of layers.
invalidate(Renderer, EnumSet<IRenderTarget.LayerType>) - Method in interface com.myscript.iink.IRenderTarget
Invalidates the given set of layers.
invert() - Method in class com.myscript.iink.graphics.Transform
Inverts this transform.
IOffscreenEditorListener - Interface in com.myscript.iink
The listener interface for receiving offscreen editor events.
IOffscreenGestureHandler - Interface in com.myscript.iink
The listener interface for handling offscreen gesture events.
IPath - Interface in com.myscript.iink.graphics
The path interface, for building a path as described in the SVG specifications.
IPath.OperationType - Enum Class in com.myscript.iink.graphics
Lists the path operation types.
IPredicate<T> - Interface in com.myscript.util
 
IRecognizerListener - Interface in com.myscript.iink
The listener interface for receiving recognizer events.
IRendererListener - Interface in com.myscript.iink
The listener interface for receiving renderer events.
IRenderTarget - Interface in com.myscript.iink
Represents a render target for the iink renderer.
IRenderTarget.LayerType - Enum Class in com.myscript.iink
Represents the type of a layer
isClosed() - Method in class com.myscript.iink.ContentBlock
Tells whether the ContentBlock.close() method has been called.
isClosed() - Method in class com.myscript.iink.ContentPackage
Tells whether the ContentPackage.close() method has been called.
isClosed() - Method in class com.myscript.iink.ContentPart
Tells whether the ContentPart.close() method has been called.
isClosed() - Method in class com.myscript.iink.ContentSelection
Tells whether the ContentSelection.close() method has been called.
isClosed() - Method in class com.myscript.iink.Editor
Tells whether the Editor.close() method has been called.
isClosed() - Method in class com.myscript.iink.Engine
Tells whether the Engine.close() method has been called.
isClosed() - Method in class com.myscript.iink.HistoryManager
Tells whether the HistoryManager.close() method has been called.
isClosed() - Method in class com.myscript.iink.ItemIdHelper
Tells whether the ItemIdHelper.close() method has been called.
isClosed() - Method in class com.myscript.iink.MathSolverController
Tells whether the MathSolverController.close() method has been called.
isClosed() - Method in class com.myscript.iink.OffscreenEditor
Tells whether the OffscreenEditor.close() method has been called.
isClosed() - Method in class com.myscript.iink.ParameterSet
Tells whether the ParameterSet.close() method has been called.
isClosed() - Method in class com.myscript.iink.PlaceholderController
Tells whether the PlaceholderController.close() method has been called.
isClosed() - Method in class com.myscript.iink.RecognitionAssetsBuilder
Tells whether the RecognitionAssetsBuilder.close() method has been called.
isClosed() - Method in class com.myscript.iink.Recognizer
Tells whether the Recognizer.close() method has been called.
isClosed() - Method in class com.myscript.iink.Renderer
Tells whether the Renderer.close() method has been called.
isClosed() - Method in class com.myscript.iink.ToolController
Tells whether the ToolController.close() method has been called.
isEmpty(String) - Method in class com.myscript.iink.ItemIdHelper
Checks whether a block is empty.
isEmpty(ContentSelection) - Method in class com.myscript.iink.Editor
Checks whether a block is empty.
isExtraBrushSupported(String) - Method in interface com.myscript.iink.graphics.ICanvas
Checks if an extra brush is supported.
isFill() - Method in interface com.myscript.iink.graphics.IStroker
Tells whether stroked input should be drawn as a filled shaped or not.
isIdle() - Method in class com.myscript.iink.Editor
Checks whether part modification operations are over.
isIdle() - Method in class com.myscript.iink.OffscreenEditor
Checks whether part modification operations are over.
isIdle() - Method in class com.myscript.iink.Recognizer
Checks whether part modification operations are over.
isImage() - Method in enum class com.myscript.iink.MimeType
 
isNear(double, double) - Static method in class com.myscript.util.Numbers
Compares two values and returns `true` if they are near each other.
isNear(double, double, double, double) - Static method in class com.myscript.util.Numbers
Compares two values and returns `true` if they are near each other.
isNear(float, float) - Static method in class com.myscript.util.Numbers
Compares two values and returns `true` if they are near each other.
isNear(float, float, float, float) - Static method in class com.myscript.util.Numbers
Compares two values and returns `true` if they are near each other.
isNear(Transform) - Method in class com.myscript.iink.graphics.Transform
Floating point comparison with tolerance.
isPartialItem(String) - Method in class com.myscript.iink.ItemIdHelper
Checks if an item is partial.
isPlaceholder(ContentSelection) - Method in class com.myscript.iink.PlaceholderController
Indicates whether a content block is a placeholder.
isScrollAllowed() - Method in class com.myscript.iink.Editor
Checks whether scrolling on the part is allowed at this time.
isTextual() - Method in enum class com.myscript.iink.MimeType
 
IStroker - Interface in com.myscript.iink.graphics
The `IStroker` converts input points (touch, digital pen, etc) into a renderable stroke representation.
IStrokerFactory - Interface in com.myscript.iink.graphics
The `IStrokerFactory` is responsible to create `IStroker` instances.
isValid() - Method in class com.myscript.iink.ContentSelection
Tells whether this selection is still valid.
isVisible(ContentSelection) - Method in class com.myscript.iink.PlaceholderController
Returns the visiblity of a placeholder image.
ITEM - Enum constant in enum class com.myscript.iink.ContentSelectionMode
Active selection's mode is Item.
ItemIdCombinationModifier - Enum Class in com.myscript.iink
Describes the combination modifiers.
ItemIdHelper - Class in com.myscript.iink
An ItemIdHelper allows working with item ids (e.g.

J

JIIX - Enum constant in enum class com.myscript.iink.MimeType
Json Interactive Ink eXchange format (application/vnd.myscript.jiix).
JPEG - Enum constant in enum class com.myscript.iink.MimeType
JPEG Image (image/jpeg).

K

keepAspectRatio - Variable in class com.myscript.iink.PlaceholderController.PlaceholderInteractivityOptions
true to keep the aspect ratio after transforms, otherwise false

L

LASSO - Enum constant in enum class com.myscript.iink.ContentSelectionMode
Active selection's mode is Lasso.
LATEX - Enum constant in enum class com.myscript.iink.MimeType
LaTeX (application/x-latex).
leftSideBearing - Variable in class com.myscript.iink.text.GlyphMetrics
The glyph left side bearing.
LineCap - Enum Class in com.myscript.iink.graphics
Defines how the ends of segments are drawn.
LineJoin - Enum Class in com.myscript.iink.graphics
Defines how the joins between connected segments are drawn.
lineTo(float, float) - Method in interface com.myscript.iink.graphics.IPath
Draws a line from the current point to the given (x,y) coordinate which becomes the new current point.
LIST_BULLET - Enum constant in enum class com.myscript.iink.TextFormat
Bullet list format.
LIST_CHECKBOX - Enum constant in enum class com.myscript.iink.TextFormat
Checkbox list format.
LIST_NUMBERED - Enum constant in enum class com.myscript.iink.TextFormat
Numbered list format.
low - Variable in class com.myscript.iink.IndentationLevels
The lowest indentation level.

M

MATH_BLOCKS - Enum constant in enum class com.myscript.iink.TransformError
The content selection contains math blocks.
MATHML - Enum constant in enum class com.myscript.iink.MimeType
Mathematical Markup Language (application/mathml+xml).
MathSolverController - Class in com.myscript.iink
A MathSolverController allows to configure and run math operations on an editor.
max - Variable in class com.myscript.iink.IndentationLevels
The maximum indentation level.
MimeType - Enum Class in com.myscript.iink
Represents a MIME type.
MITER - Enum constant in enum class com.myscript.iink.graphics.LineJoin
Miter join style.
MODEL - Enum constant in enum class com.myscript.iink.IRenderTarget.LayerType
The layer that renders the model.
MOUSE - Enum constant in enum class com.myscript.iink.PointerType
A mouse.
move(float, float) - Method in class com.myscript.iink.PointerEvent
Update this event to a "move" event.
MOVE - Enum constant in enum class com.myscript.iink.PointerEventType
Moves the pointer in a trace.
movePart(int, int) - Method in class com.myscript.iink.ContentPackage
Moves the specified part to another index.
moveTo(float, float) - Method in interface com.myscript.iink.graphics.IPath
Starts a new subpath at the given (x,y) coordinate.
MULTIPLE_BLOCKS - Enum constant in enum class com.myscript.iink.TransformError
The content selection contains multiple blocks.
multiply(double, double, double, double, double, double) - Method in class com.myscript.iink.graphics.Transform
Multiply this transform.
multiply(Transform) - Method in class com.myscript.iink.graphics.Transform
Multiplies this transform by the second transform.
MUSICXML - Enum constant in enum class com.myscript.iink.MimeType
Music Extensible Markup Language (application/vnd.recordare.musicxml+xml).

N

NativeLibrary - Class in com.myscript.iink
Represents the iink native library.
NativeObjectHandle<T extends AutoCloseable> - Class in com.myscript.iink
Allows requesting ownership of a native object.
nativeResources() - Static method in class com.myscript.iink.Engine
Lists the number of native objects that are not closed yet.
NON_INVERTIBLE - Enum constant in enum class com.myscript.iink.TransformError
The transform is non invertible.
NONE - Enum constant in enum class com.myscript.iink.ContentSelectionMode
No active selection.
NONE - Static variable in class com.myscript.iink.graphics.Color
 
NONZERO - Enum constant in enum class com.myscript.iink.graphics.FillRule
Non-zero fill rule.
NULL_SELECTION - Enum constant in enum class com.myscript.iink.TransformError
The content selection is null.
Numbers - Class in com.myscript.util
Set of utility functions to compare floating point values.

O

OFFICE_CLIPBOARD - Enum constant in enum class com.myscript.iink.MimeType
Microsoft Office Clipboard format (Art::GVML ClipFormat).
OffscreenEditor - Class in com.myscript.iink
The OffscreenEditor is a service allowing offscreen interactivity.
OffscreenGestureAction - Enum Class in com.myscript.iink
Represents the action to be performed upon offscreen gesture detection.
onDoubleTap(Editor, PointerTool, String[], float, float) - Method in interface com.myscript.iink.IGestureHandler
Invoked when a double tap has been detected.
onError(Editor, String, EditorError, String) - Method in interface com.myscript.iink.IEditorListener
Invoked when an error has occurred.
onError(OffscreenEditor, String, EditorError, String) - Method in interface com.myscript.iink.IOffscreenEditorListener
Invoked when an error has occurred.
onError(Recognizer, RecognizerError, String) - Method in interface com.myscript.iink.IRecognizerListener
Invoked when an error has occurred.
onInsert(Editor, PointerTool, String, NativeObjectHandle<ContentSelection>, NativeObjectHandle<ContentSelection>) - Method in interface com.myscript.iink.IGestureHandler
Invoked when an insert gesture has been drawn between two portions of a text line, or at the beginning or end of a line.
onInsert(OffscreenEditor, String, String[], String[]) - Method in interface com.myscript.iink.IOffscreenGestureHandler
Invoked when an insert gesture has been drawn between two portions of a text line, or at the beginning or end of a line.
onJoin(Editor, PointerTool, String, NativeObjectHandle<ContentSelection>, NativeObjectHandle<ContentSelection>) - Method in interface com.myscript.iink.IGestureHandler
Invoked when a join gesture has been drawn between two portions of a text line, or at the beginning or end of a line.
onJoin(OffscreenEditor, String, String[], String[]) - Method in interface com.myscript.iink.IOffscreenGestureHandler
Invoked when a join gesture has been drawn between two portions of a text line, or at the beginning or end of a line.
onLongPress(Editor, PointerTool, String, float, float) - Method in interface com.myscript.iink.IGestureHandler
Invoked when a long press has been detected.
onScratch(Editor, PointerTool, String, NativeObjectHandle<ContentSelection>) - Method in interface com.myscript.iink.IGestureHandler
Invoked when a portion of text has been scratched.
onScratch(OffscreenEditor, String, String[]) - Method in interface com.myscript.iink.IOffscreenGestureHandler
Invoked when a portion of text has been scratched.
onStrikethrough(Editor, PointerTool, String, NativeObjectHandle<ContentSelection>) - Method in interface com.myscript.iink.IGestureHandler
Invoked when a portion of text has been striked through.
onStrikethrough(OffscreenEditor, String, String[]) - Method in interface com.myscript.iink.IOffscreenGestureHandler
Invoked when a portion of text has been striked through.
onSurround(Editor, PointerTool, String, NativeObjectHandle<ContentSelection>) - Method in interface com.myscript.iink.IGestureHandler
Invoked when a portion of text has been surrounded.
onSurround(OffscreenEditor, String, String[]) - Method in interface com.myscript.iink.IOffscreenGestureHandler
Invoked when a portion of text has been surrounded.
onTap(Editor, PointerTool, String, float, float) - Method in interface com.myscript.iink.IGestureHandler
Invoked when a tap has been detected.
onUnderline(Editor, PointerTool, String, NativeObjectHandle<ContentSelection>) - Method in interface com.myscript.iink.IGestureHandler
Invoked when a portion of text has been underlined.
onUnderline(OffscreenEditor, String, String[]) - Method in interface com.myscript.iink.IOffscreenGestureHandler
Invoked when a portion of text has been underlined.
openPackage(File) - Method in class com.myscript.iink.Engine
Opens the specified package using the EXISTING package open option.
openPackage(File, PackageOpenOption) - Method in class com.myscript.iink.Engine
Opens the specified package.
openPackage(String) - Method in class com.myscript.iink.Engine
Opens the specified package using the EXISTING package open option.
openPackage(String, PackageOpenOption) - Method in class com.myscript.iink.Engine
Opens the specified package.
orientation - Variable in class com.myscript.iink.graphics.InkPoint
The point orientation in radians.
orientation - Variable in class com.myscript.iink.PointerEvent
The event orientation in radians.
orientationAngle(float) - Method in class com.myscript.iink.PointerEvent
Update the event orientation angle.
orientationEnabled - Variable in class com.myscript.iink.graphics.ExtraBrushStyle
Enable use of orientation data.
orientations - Variable in class com.myscript.iink.graphics.InkPoints
The points orientations in radians, or empty if none.

P

PackageOpenOption - Enum Class in com.myscript.iink
Describes the different options given when opening a package.
PARAGRAPH - Enum constant in enum class com.myscript.iink.TextFormat
Paragraph format.
ParameterSet - Class in com.myscript.iink
Represents a set of iink parameters.
partChanged(Editor) - Method in interface com.myscript.iink.IEditorListener
Invoked when the part associated with the listened editor has changed.
partChanged(OffscreenEditor) - Method in interface com.myscript.iink.IOffscreenEditorListener
Invoked when the part associated with the listened offscreen editor has changed.
partChanging(Editor, ContentPart, ContentPart) - Method in interface com.myscript.iink.IEditorListener
Invoked when the part associated with the listened editor is about to change.
PARTIAL_BLOCKS - Enum constant in enum class com.myscript.iink.TransformError
The content selection contains blocks partially selected.
paste(float, float) - Method in class com.myscript.iink.Editor
Pastes the content of the internal clipboard at a given position.
PDF - Enum constant in enum class com.myscript.iink.MimeType
Portable Document Format (application/pdf).
PEN - Enum constant in enum class com.myscript.iink.PointerTool
A tool used for used for writing, drawing, performing ink gesture, or resizing a box.
PEN - Enum constant in enum class com.myscript.iink.PointerType
An active stylus.
PlaceholderController - Class in com.myscript.iink
A PlaceholderController allows to add and update placeholders in an editor.
PlaceholderController.PlaceholderInteractivityOptions - Class in com.myscript.iink
Defines how a placeholder shall behave regarding user interactions.
PlaceholderInteractivityOptions() - Constructor for class com.myscript.iink.PlaceholderController.PlaceholderInteractivityOptions
 
PNG - Enum constant in enum class com.myscript.iink.MimeType
PNG Image (image/png).
Point - Class in com.myscript.iink.graphics
Represents a point on the 2D plane.
Point() - Constructor for class com.myscript.iink.graphics.Point
Default constructor.
Point(float, float) - Constructor for class com.myscript.iink.graphics.Point
Constructor.
Point(Point) - Constructor for class com.myscript.iink.graphics.Point
Copy constructor.
pointerCancel() - Method in class com.myscript.iink.Recognizer
Cancels an ongoing pointer trace.
pointerCancel(int) - Method in class com.myscript.iink.Editor
Cancels an ongoing pointer trace.
pointerDown(float, float, long, float) - Method in class com.myscript.iink.Recognizer
Registers a pointer down event.
pointerDown(float, float, long, float, float, float, PointerType, int) - Method in class com.myscript.iink.Editor
Registers a pointer down event.
pointerDown(float, float, long, float, PointerType, int) - Method in class com.myscript.iink.Editor
Registers a pointer down event.
PointerEvent - Class in com.myscript.iink
Represents a pointer event.
PointerEvent() - Constructor for class com.myscript.iink.PointerEvent
Default constructor.
PointerEvent(PointerEvent) - Constructor for class com.myscript.iink.PointerEvent
Copy constructor.
PointerEvent(PointerEventType, float, float, long, float, float, float, PointerType, int) - Constructor for class com.myscript.iink.PointerEvent
Constructs a PointerEvent
PointerEvent(PointerEventType, float, float, long, float, PointerType, int) - Constructor for class com.myscript.iink.PointerEvent
Constructs a PointerEvent
pointerEvents(PointerEvent[]) - Method in class com.myscript.iink.Recognizer
Registers a list of pointer events.
pointerEvents(PointerEvent[], boolean) - Method in class com.myscript.iink.Editor
Registers a list of pointer events.
PointerEventType - Enum Class in com.myscript.iink
Describes the types of pointer event that can be provided to the editor.
pointerId - Variable in class com.myscript.iink.PointerEvent
The id of the pointer.
pointerMove(float, float, long, float) - Method in class com.myscript.iink.Recognizer
Registers a pointer move event.
pointerMove(float, float, long, float, float, float, PointerType, int) - Method in class com.myscript.iink.Editor
Registers a pointer move event.
pointerMove(float, float, long, float, PointerType, int) - Method in class com.myscript.iink.Editor
Registers a pointer move event.
PointerTool - Enum Class in com.myscript.iink
Describes the tools that the pointer types can be associated with.
pointerType - Variable in class com.myscript.iink.PointerEvent
The type of input pointer.
PointerType - Enum Class in com.myscript.iink
Describes the types of pointer that can be used for input.
pointerUp(float, float, long, float) - Method in class com.myscript.iink.Recognizer
Registers a pointer up event.
pointerUp(float, float, long, float, float, float, PointerType, int) - Method in class com.myscript.iink.Editor
Registers a pointer up event.
pointerUp(float, float, long, float, PointerType, int) - Method in class com.myscript.iink.Editor
Registers a pointer up event.
PPTX - Enum constant in enum class com.myscript.iink.MimeType
Open XML presentation (application/vnd.openxmlformats-officedocument.presentationml.presentation).
prepareImage(int, int, float) - Method in interface com.myscript.iink.IImagePainter
Invoked before starting to draw an image.
pressureSensitivity - Variable in class com.myscript.iink.graphics.ExtraBrushStyle
The pressure sensitivity, in [0,1].

Q

QUAD_OPS - Enum constant in enum class com.myscript.iink.graphics.IPath.OperationType
Quadratic Bezier curve operations (@see IPath::quadTo).
quadTo(float, float, float, float) - Method in interface com.myscript.iink.graphics.IPath
Draws a quadratic Bezier curve from the current point to (x,y) using (x1,y1) as the control point.

R

r() - Method in class com.myscript.iink.graphics.Color
Returns the red channel value.
r_f() - Method in class com.myscript.iink.graphics.Color
Returns the normalised red channel value.
RecognitionAssetsBuilder - Class in com.myscript.iink
The RecognitionAssetsBuilder implements the tools to generate and save recognition assets.
Recognizer - Class in com.myscript.iink
The Recognizer runs background handwriting recognition on ink.
RecognizerError - Enum Class in com.myscript.iink
Represents a Recognizer error code.
Rectangle - Class in com.myscript.iink.graphics
Represents an axis aligned rectangle on the 2D plane.
Rectangle() - Constructor for class com.myscript.iink.graphics.Rectangle
Default constructor.
Rectangle(float, float, float, float) - Constructor for class com.myscript.iink.graphics.Rectangle
Constructor.
Rectangle(Rectangle) - Constructor for class com.myscript.iink.graphics.Rectangle
Copy constructor.
redo() - Method in class com.myscript.iink.Editor
Redo the last action reverted by undo on part.
redo() - Method in class com.myscript.iink.HistoryManager
Redo the last changeset reverted by undo on part.
REFLOW - Enum constant in enum class com.myscript.iink.ContentSelectionMode
Active selection's mode is Reflow.
registerStroker(String, IStrokerFactory) - Method in class com.myscript.iink.Renderer
Registers a custom stroker factory.
releaseOffscreenRenderSurface(int) - Method in interface com.myscript.iink.IRenderTarget
Requests the release of the offscreen render surface associated with a given identifier.
removeGestureHandler() - Method in class com.myscript.iink.Editor
Removes the gesture handler from this editor, if any.
removeGestureHandler() - Method in class com.myscript.iink.OffscreenEditor
Removes the gesture handler from this offscreen editor, if any.
removeListener(IConfigurationListener) - Method in class com.myscript.iink.Configuration
Removes the specified listener from this configuration.
removeListener(IEditorListener) - Method in class com.myscript.iink.Editor
Removes the specified listener from this editor.
removeListener(IOffscreenEditorListener) - Method in class com.myscript.iink.OffscreenEditor
Removes the specified listener from this offscreen editor.
removeListener(IRecognizerListener) - Method in class com.myscript.iink.Recognizer
Removes the specified listener from this recognizer.
removeListener(IRendererListener) - Method in class com.myscript.iink.Renderer
Removes the specified listener from this renderer.
removePart(ContentPart) - Method in class com.myscript.iink.ContentPackage
Removes the specified part.
Renderer - Class in com.myscript.iink
The Renderer implements content rendering of parts.
replaceStrokes(String[], PointerEvent[]) - Method in class com.myscript.iink.OffscreenEditor
Replaces strokes.
reset() - Method in class com.myscript.iink.Configuration
Resets this configuration to its default values.
RESIZE - Enum constant in enum class com.myscript.iink.ContentSelectionMode
Active selection's mode is Resize.
resizeAllowed - Variable in class com.myscript.iink.PlaceholderController.PlaceholderInteractivityOptions
true to allow resizing, otherwise false.
RESOURCE_NOT_FOUND - Enum constant in enum class com.myscript.iink.EditorError
The configuration refers to a resource file that cannot be found.
RESOURCE_NOT_FOUND - Enum constant in enum class com.myscript.iink.RecognizerError
The configuration refers to a resource file that cannot be found.
resultChanged(Recognizer, String) - Method in interface com.myscript.iink.IRecognizerListener
Invoked when the content has changed.
rgba - Variable in class com.myscript.iink.graphics.Color
 
rightSideBearing - Variable in class com.myscript.iink.text.GlyphMetrics
The glyph right side bearing.
rotate(double) - Method in class com.myscript.iink.graphics.Transform
Multiplies the transform with a rotation transformation.
rotate(double, double) - Method in class com.myscript.iink.graphics.Transform
Multiplies the transform with a rotation transformation.
rotate(double, double, double) - Method in class com.myscript.iink.graphics.Transform
Multiplies the transform with a rotation transformation.
rotate(double, double, double, double) - Method in class com.myscript.iink.graphics.Transform
Multiplies the transform with a rotation transformation.
rotationAllowed - Variable in class com.myscript.iink.PlaceholderController.PlaceholderInteractivityOptions
true to allow rotations, otherwise false.
ROUND - Enum constant in enum class com.myscript.iink.graphics.LineCap
Round end style.
ROUND - Enum constant in enum class com.myscript.iink.graphics.LineJoin
Round join style.

S

save() - Method in class com.myscript.iink.ContentPackage
Saves all ongoing modifications made to this package.
saveAs(File) - Method in class com.myscript.iink.ContentPackage
Saves all ongoing modifications made to this package, to a new file.
saveImage(String) - Method in interface com.myscript.iink.IImagePainter
Invoked once image drawing is over.
saveToTemp() - Method in class com.myscript.iink.ContentPackage
Saves all ongoing modifications made to this package to a temporary folder.
scale(double) - Method in class com.myscript.iink.graphics.Transform
Multiplies this transform with a scaling transformation.
scale(double, double) - Method in class com.myscript.iink.graphics.Transform
Multiplies this transform with a scaling transformation.
selectionChanged(Editor) - Method in interface com.myscript.iink.IEditorListener
Invoked when the selection has changed.
selectOnLassoAllowed - Variable in class com.myscript.iink.PlaceholderController.PlaceholderInteractivityOptions
true to allow selection on lasso, otherwise false.
selectOnTapAllowed - Variable in class com.myscript.iink.PlaceholderController.PlaceholderInteractivityOptions
true to allow selection on tap, otherwise false.
SELECTOR - Enum constant in enum class com.myscript.iink.PointerTool
A tool used for selecting some content.
SET_TYPE - Enum constant in enum class com.myscript.iink.ChangesetOperationType
Set items type operation.
setBoolean(String, Boolean) - Method in class com.myscript.iink.ParameterSet
Sets the boolean value associated with key.
setDropShadow(float, float, float, Color) - Method in interface com.myscript.iink.graphics.ICanvas
Configures the drop shadow display.
setDropShadowColor(Color) - Method in class com.myscript.iink.graphics.Style
Sets the drop shadow color.
setDropShadowRadius(float) - Method in class com.myscript.iink.graphics.Style
Sets the drop shadow blur radius.
setDropShadowXOffset(float) - Method in class com.myscript.iink.graphics.Style
Sets the drop shadow horizontal offset.
setDropShadowYOffset(float) - Method in class com.myscript.iink.graphics.Style
Sets the drop shadow vertical offset.
setFillColor(Color) - Method in interface com.myscript.iink.graphics.ICanvas
Sets the fill color.
setFillColor(Color) - Method in class com.myscript.iink.graphics.Style
Sets the fill color.
setFillRule(FillRule) - Method in interface com.myscript.iink.graphics.ICanvas
Sets the fill rule.
setFillRule(FillRule) - Method in class com.myscript.iink.graphics.Style
Sets the fill rule.
setFontFamily(String) - Method in class com.myscript.iink.graphics.Style
Sets the font family.
setFontLineHeight(float) - Method in class com.myscript.iink.graphics.Style
Sets the font line height.
setFontMetricsProvider(IFontMetricsProvider) - Method in class com.myscript.iink.Editor
Sets a font metrics provider to this editor.
setFontProperties(String, float, float, String, String, int) - Method in interface com.myscript.iink.graphics.ICanvas
Sets the font properties.
setFontSize(float) - Method in class com.myscript.iink.graphics.Style
Sets the font size.
setFontStyle(String) - Method in class com.myscript.iink.graphics.Style
Sets the font style.
setFontVariant(String) - Method in class com.myscript.iink.graphics.Style
Sets the font variant.
setFontWeight(int) - Method in class com.myscript.iink.graphics.Style
Sets the font weight.
setGestureHandler(IGestureHandler) - Method in class com.myscript.iink.Editor
Registers the specified gesture handler to this editor.
setGestureHandler(IOffscreenGestureHandler) - Method in class com.myscript.iink.OffscreenEditor
Registers the specified gesture handler to this offscreen editor.
setItemsType(String[], String, boolean) - Method in class com.myscript.iink.OffscreenEditor
Sets the classification of the specified items to a given type.
setMetadata(ParameterSet) - Method in class com.myscript.iink.ContentPackage
Set this package's metadata with the given parameter set.
setMetadata(ParameterSet) - Method in class com.myscript.iink.ContentPart
Set the part's metadata with the given parameter set.
setNumber(String, Number) - Method in class com.myscript.iink.ParameterSet
Sets the numeric value associated with key.
setNumberArray(String, Number[]) - Method in class com.myscript.iink.ParameterSet
Sets the numeric array value associated with key.
setPart(ContentPart) - Method in class com.myscript.iink.Editor
Sets the part managed by this editor.
setPart(ContentPart) - Method in class com.myscript.iink.OffscreenEditor
Sets the part managed by this offscreen editor.
setSelection(ContentSelection) - Method in class com.myscript.iink.Editor
Sets the specified content selection as the active content selection in this editor.
setSelectionMode(ContentSelectionMode) - Method in class com.myscript.iink.Editor
Sets the specified selection mode to the active content selection associated with this editor.
setSelectionType(ContentSelection, String, boolean) - Method in class com.myscript.iink.Editor
Sets a selection to the specified type.
setString(String, String) - Method in class com.myscript.iink.ParameterSet
Sets the string value associated with key.
setStringArray(String, String[]) - Method in class com.myscript.iink.ParameterSet
Sets the string array value associated with key.
setStrokeColor(Color) - Method in interface com.myscript.iink.graphics.ICanvas
Sets the stroke color.
setStrokeColor(Color) - Method in class com.myscript.iink.graphics.Style
Sets the stroke color.
setStrokeDashArray(float[]) - Method in interface com.myscript.iink.graphics.ICanvas
Sets the pattern of dashes and gaps used to stroke paths.
setStrokeDashArray(float[]) - Method in class com.myscript.iink.graphics.Style
Sets the pattern of dashes and gaps used to stroke paths.
setStrokeDashOffset(float) - Method in interface com.myscript.iink.graphics.ICanvas
Sets the distance into the dash pattern to start the dash.
setStrokeDashOffset(float) - Method in class com.myscript.iink.graphics.Style
Sets the distance into the dash pattern to start the dash.
setStrokeLineCap(LineCap) - Method in interface com.myscript.iink.graphics.ICanvas
Sets the stroke line cap.
setStrokeLineCap(LineCap) - Method in class com.myscript.iink.graphics.Style
Sets the stroke line cap.
setStrokeLineJoin(LineJoin) - Method in interface com.myscript.iink.graphics.ICanvas
Sets the stroke line join.
setStrokeLineJoin(LineJoin) - Method in class com.myscript.iink.graphics.Style
Sets the stroke line join.
setStrokeMiterLimit(float) - Method in interface com.myscript.iink.graphics.ICanvas
Sets the stroke miter limit.
setStrokeMiterLimit(float) - Method in class com.myscript.iink.graphics.Style
Sets the stroke miter limit.
setStrokeWidth(float) - Method in interface com.myscript.iink.graphics.ICanvas
Sets the stroke width.
setStrokeWidth(float) - Method in class com.myscript.iink.graphics.Style
Sets the stroke width.
setTextFormat(ContentSelection, TextFormat) - Method in class com.myscript.iink.Editor
Applies Format to all text blocks in selection.
setTheme(String) - Method in class com.myscript.iink.Editor
Changes the rendering theme style sheet, from a buffer containing CSS styling information.
setToolForType(PointerType, PointerTool) - Method in class com.myscript.iink.ToolController
Sets the tool associated with a pointer type.
setToolStyle(PointerTool, String) - Method in class com.myscript.iink.ToolController
Sets the CSS style properties associated with a pointer tool.
setToolStyleClasses(PointerTool, String) - Method in class com.myscript.iink.ToolController
Sets the style classes associated with a pointer tool.
setTransform(Transform) - Method in interface com.myscript.iink.graphics.ICanvas
Sets the transform.
setUserData(ContentSelection, String) - Method in class com.myscript.iink.PlaceholderController
Sets the custom user data of a placeholder image.
setViewOffset(float, float) - Method in class com.myscript.iink.Renderer
Sets the view offset.
setViewScale(float) - Method in class com.myscript.iink.Renderer
Sets the current zoom view scale.
setViewSize(int, int) - Method in class com.myscript.iink.Editor
Sets the size of the view.
setVisible(ContentSelection, boolean) - Method in class com.myscript.iink.PlaceholderController
Set a placeholder image visibility.
SQUARE - Enum constant in enum class com.myscript.iink.graphics.LineCap
Square end style.
startDraw(int, int, int, int) - Method in interface com.myscript.iink.graphics.ICanvas
Indicates that a drawing session starts, on a given area.
startGroup(String, float, float, float, float, boolean) - Method in interface com.myscript.iink.graphics.ICanvas
Indicates that the drawing of a group of items starts.
startItem(String) - Method in interface com.myscript.iink.graphics.ICanvas
Indicates that the drawing of an item starts.
store(String) - Method in class com.myscript.iink.RecognitionAssetsBuilder
Save the previously compiled recognition asset.
stroke(InkPoint[], float, float, IPath) - Method in interface com.myscript.iink.graphics.IStroker
Constructs a visual stroke from input points.
STROKE_COLOR - Enum constant in enum class com.myscript.iink.graphics.StyleFlag
Stroke color property.
STROKE_DASH_ARRAY - Enum constant in enum class com.myscript.iink.graphics.StyleFlag
Stroke dash array property.
STROKE_DASH_OFFSET - Enum constant in enum class com.myscript.iink.graphics.StyleFlag
Stroke dash offset property.
STROKE_LINE_CAP - Enum constant in enum class com.myscript.iink.graphics.StyleFlag
Stroke line cap property.
STROKE_LINE_JOIN - Enum constant in enum class com.myscript.iink.graphics.StyleFlag
Stroke line join property.
STROKE_MITER_LIMIT - Enum constant in enum class com.myscript.iink.graphics.StyleFlag
Stroke miter limit property.
STROKE_WIDTH - Enum constant in enum class com.myscript.iink.graphics.StyleFlag
Stroke width property.
strokeIds - Variable in class com.myscript.iink.ChangesetOperation
The list of changed items.
strokeWidth - Variable in class com.myscript.iink.graphics.ExtraBrushStyle
The stroke width (document coordinates in mm).
style - Variable in class com.myscript.iink.text.TextSpan
The style associated with this span.
Style - Class in com.myscript.iink.graphics
Style information for the rendering of strokes and text.
Style() - Constructor for class com.myscript.iink.graphics.Style
Default constructor.
Style(Style) - Constructor for class com.myscript.iink.graphics.Style
Copy constructor.
StyleFlag - Enum Class in com.myscript.iink.graphics
Style information flags.
supportsGlyphMetrics() - Method in interface com.myscript.iink.text.IFontMetricsProvider
Determine whether implementation supports `getGlyphMetrics()`.
supportsOffscreenRendering() - Method in interface com.myscript.iink.IRenderTarget
Indicates whether this render target supports offscreen rendering.
SVG - Enum constant in enum class com.myscript.iink.MimeType
Scalable Vector Graphics (image/svg+xml).

T

t - Variable in class com.myscript.iink.graphics.InkPoint
The point timestamp in ms since Unix EPOCH.
t - Variable in class com.myscript.iink.graphics.InkPoints
The points timestamps in ms since Unix EPOCH.
t - Variable in class com.myscript.iink.PointerEvent
The event timestamp in ms since Unix EPOCH, or -1.
test(T) - Method in interface com.myscript.util.IPredicate
 
Text - Class in com.myscript.iink.text
Allows to access the glyphs (i.e.
TEXT - Enum constant in enum class com.myscript.iink.MimeType
Plain text (text/plain).
TEXT_BLOCKS - Enum constant in enum class com.myscript.iink.TransformError
The content selection contains text blocks.
TextFormat - Enum Class in com.myscript.iink
Predefined Text Box formats.
TextSpan - Class in com.myscript.iink.text
Describes glyphs spans in a label.
TextSpan(int, int, Style) - Constructor for class com.myscript.iink.text.TextSpan
Constructor.
tilt - Variable in class com.myscript.iink.graphics.InkPoint
The point tilt in radians.
tilt - Variable in class com.myscript.iink.PointerEvent
The event tilt in radians.
tiltAngle(float) - Method in class com.myscript.iink.PointerEvent
Update the event tilt angle.
tilts - Variable in class com.myscript.iink.graphics.InkPoints
The points tilts in radians, or empty if none.
tiltSensitivity - Variable in class com.myscript.iink.graphics.ExtraBrushStyle
The tilt sensitivity, in [0,1].
timestamp(long) - Method in class com.myscript.iink.PointerEvent
Update the event timestamp.
toCanonicalItemIds(String[]) - Method in class com.myscript.iink.ItemIdHelper
Converts an item ids list to its canonical form.
ToolController - Class in com.myscript.iink
The ToolController manages pointer tools configuration.
toString() - Method in class com.myscript.iink.ChangesetOperation
 
toString() - Method in class com.myscript.iink.ContentBlock
Returns a String representation of the object.
toString() - Method in class com.myscript.iink.ContentPackage
Returns a String representation of the object.
toString() - Method in class com.myscript.iink.ContentPart
Returns a String representation of the object.
toString() - Method in class com.myscript.iink.ContentSelection
Returns a String representation of the object, with its part type.
toString() - Method in class com.myscript.iink.Editor
Returns a String representation of the object, with its active part and package.
toString() - Method in class com.myscript.iink.graphics.Color
 
toString() - Method in class com.myscript.iink.graphics.ExtraBrushStyle
 
toString() - Method in class com.myscript.iink.graphics.InkPoint
 
toString() - Method in class com.myscript.iink.graphics.Point
 
toString() - Method in class com.myscript.iink.graphics.Rectangle
 
toString() - Method in class com.myscript.iink.graphics.Style
 
toString() - Method in class com.myscript.iink.graphics.Transform
 
toString() - Method in class com.myscript.iink.IndentationLevels
 
toString() - Method in class com.myscript.iink.PointerEvent
 
toString() - Method in class com.myscript.iink.Recognizer
Returns a String representation of the object, with its active part and package.
toString() - Method in class com.myscript.iink.text.GlyphMetrics
 
toString() - Method in class com.myscript.iink.text.TextSpan
 
toString() - Method in class com.myscript.iink.ToolController
Returns a String representation of the object, with the current mapping of pointer tools and types.
toString(ContentSelection) - Method in class com.myscript.iink.Editor
Returns a String representation of a selection, with its part type and box.
TOUCH - Enum constant in enum class com.myscript.iink.PointerType
A finger on a touchscreen (or a passive stylus).
transform(ContentSelection, Transform) - Method in class com.myscript.iink.Editor
Transforms a selection.
transform(String[], Transform) - Method in class com.myscript.iink.OffscreenEditor
Transforms the specified items.
Transform - Class in com.myscript.iink.graphics
Represents a 2D affine transform, defined as a 3x3 matrix with an implicit third raw of [ 0 0 1 ]:
Transform() - Constructor for class com.myscript.iink.graphics.Transform
Default constructor.
Transform(double, double, double, double, double, double) - Constructor for class com.myscript.iink.graphics.Transform
Constructor.
Transform(Transform) - Constructor for class com.myscript.iink.graphics.Transform
Copy constructor.
TRANSFORM - Enum constant in enum class com.myscript.iink.ChangesetOperationType
Transform items operation.
TransformError - Enum Class in com.myscript.iink
Error code returned by Editor getTransformStatus
translate(double, double) - Method in class com.myscript.iink.graphics.Transform
Multiplies the transform with a translation transformation.
TRUNCATE_EXISTING - Enum constant in enum class com.myscript.iink.PackageOpenOption
If the package already exists then its content is discarded.
TTFAnalyzer - Class in com.myscript.util
The class which loads the TTF file, parses it and returns the TTF font name.
TTFAnalyzer() - Constructor for class com.myscript.util.TTFAnalyzer
 
tx - Variable in class com.myscript.iink.graphics.Transform
The X coordinate translation element M1,3 of the transform matrix.
ty - Variable in class com.myscript.iink.graphics.Transform
The Y coordinate translation element M2,3 of the transform matrix.
type - Variable in class com.myscript.iink.ChangesetOperation
The operation type.
type(PointerType) - Method in class com.myscript.iink.PointerEvent
Update the event pointer type.

U

undo() - Method in class com.myscript.iink.Editor
Undo the last action on part.
undo() - Method in class com.myscript.iink.HistoryManager
Undo the last changeset on part.
UNION - Enum constant in enum class com.myscript.iink.ItemIdCombinationModifier
Combines the union.
unregisterStroker(String) - Method in class com.myscript.iink.Renderer
Unregister custom stroker factory.
UNSUPPORTED - Enum constant in enum class com.myscript.iink.TransformError
The transform is not supported on this content selection (internal error).
unsupportedOperations() - Method in interface com.myscript.iink.graphics.IPath
Lists the operations not supported by the implementation of IPath.
up(float, float) - Method in class com.myscript.iink.PointerEvent
Update this event to a "up" event.
UP - Enum constant in enum class com.myscript.iink.PointerEventType
Ends a trace.
update(ContentSelection, Rectangle, String, MimeType, String) - Method in class com.myscript.iink.PlaceholderController
Updates the specified placeholder image and moves it to the front.

V

value() - Method in enum class com.myscript.iink.MimeType
Returns the mime type unique integer value.
valueOf(String) - Static method in enum class com.myscript.iink.ChangesetOperationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.myscript.iink.ContentSelectionMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.myscript.iink.ConversionState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.myscript.iink.EditorError
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.myscript.iink.GestureAction
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.myscript.iink.graphics.FillRule
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.myscript.iink.graphics.IPath.OperationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.myscript.iink.graphics.LineCap
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.myscript.iink.graphics.LineJoin
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.myscript.iink.graphics.StyleFlag
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.myscript.iink.IRenderTarget.LayerType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.myscript.iink.ItemIdCombinationModifier
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.myscript.iink.MimeType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.myscript.iink.OffscreenGestureAction
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.myscript.iink.PackageOpenOption
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.myscript.iink.PointerEventType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.myscript.iink.PointerTool
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.myscript.iink.PointerType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.myscript.iink.RecognizerError
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.myscript.iink.TextFormat
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.myscript.iink.TransformError
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.myscript.iink.ChangesetOperationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.myscript.iink.ContentSelectionMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.myscript.iink.ConversionState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.myscript.iink.EditorError
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.myscript.iink.GestureAction
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.myscript.iink.graphics.FillRule
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.myscript.iink.graphics.IPath.OperationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.myscript.iink.graphics.LineCap
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.myscript.iink.graphics.LineJoin
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.myscript.iink.graphics.StyleFlag
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.myscript.iink.IRenderTarget.LayerType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.myscript.iink.ItemIdCombinationModifier
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.myscript.iink.MimeType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.myscript.iink.OffscreenGestureAction
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.myscript.iink.PackageOpenOption
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.myscript.iink.PointerEventType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.myscript.iink.PointerTool
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.myscript.iink.PointerType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.myscript.iink.RecognizerError
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.myscript.iink.TextFormat
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.myscript.iink.TransformError
Returns an array containing the constants of this enum class, in the order they are declared.
viewTransformChanged(Renderer) - Method in interface com.myscript.iink.IRendererListener
Invoked when the view transform has changed.

W

waitForIdle() - Method in class com.myscript.iink.Editor
Waits until part modification operations are over.
waitForIdle() - Method in class com.myscript.iink.OffscreenEditor
Waits until part modification operations are over.
waitForIdle() - Method in class com.myscript.iink.Recognizer
Waits until part modification operations are over.
WHITE - Static variable in class com.myscript.iink.graphics.Color
 
width - Variable in class com.myscript.iink.graphics.Rectangle
The width of the rectangle.

X

x - Variable in class com.myscript.iink.graphics.InkPoint
The point x coordinate.
x - Variable in class com.myscript.iink.graphics.InkPoints
The points x coordinates.
x - Variable in class com.myscript.iink.graphics.Point
The x position of the point.
x - Variable in class com.myscript.iink.graphics.Rectangle
The x position of the left edge of the rectangle.
x - Variable in class com.myscript.iink.PointerEvent
The event x coordinate.
xx - Variable in class com.myscript.iink.graphics.Transform
The X coordinate scaling element M1,1 of the transform matrix.
xy - Variable in class com.myscript.iink.graphics.Transform
The Y coordinate shearing element M2,1 of the transform matrix.

Y

y - Variable in class com.myscript.iink.graphics.InkPoint
The point y coordinate.
y - Variable in class com.myscript.iink.graphics.InkPoints
The points y coordinates.
y - Variable in class com.myscript.iink.graphics.Point
The y position of the point.
y - Variable in class com.myscript.iink.graphics.Rectangle
The y position of the top edge of the rectangle.
y - Variable in class com.myscript.iink.PointerEvent
The event y coordinate.
yx - Variable in class com.myscript.iink.graphics.Transform
The X coordinate shearing element M1,2 of the transform matrix.
yy - Variable in class com.myscript.iink.graphics.Transform
The Y coordinate scaling element M2,2 of the transform matrix.

Z

zoom(float) - Method in class com.myscript.iink.Renderer
Increases zoom by a factor.
zoomAt(Point, float) - Method in class com.myscript.iink.Renderer
Increases zoom by a factor around a given point.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values