Package com.myscript.iink.graphics


package com.myscript.iink.graphics
  • Class
    Description
    Red green blue alpha color representation.
    Extra brush style information for the rendering of strokes.
    Defines the methods used to fill paths and polygons.
    The ICanvas interface receives drawing commands.
    Represents an ink point.
    Represents ink points.
    The path interface, for building a path as described in the SVG specifications.
    Lists the path operation types.
    The `IStroker` converts input points (touch, digital pen, etc) into a renderable stroke representation.
    The `IStrokerFactory` is responsible to create `IStroker` instances.
    Defines how the ends of segments are drawn.
    Defines how the joins between connected segments are drawn.
    Represents a point on the 2D plane.
    Represents an axis aligned rectangle on the 2D plane.
    Style information for the rendering of strokes and text.
    Style information flags.
    Represents a 2D affine transform, defined as a 3x3 matrix with an implicit third raw of [ 0 0 1 ]: