Class Index

Classes


Class Annotations.PolygonControlHandle


Extends Annotations.PathControlHandle.

Class Summary
Constructor Attributes Constructor Name and Description
 
Annotations.PolygonControlHandle(x, y, width, height, pathIndex)
A control handle that manipulates path-based annotations (Annotations.IPathAnnotation) by moving the points in the path.
Methods borrowed from class Annotations.ControlHandle:
draw, getDimensions, move, testSelection
Class Detail
Annotations.PolygonControlHandle(x, y, width, height, pathIndex)
A control handle that manipulates path-based annotations (Annotations.IPathAnnotation) by moving the points in the path. The annotation must implement the getPath() method.
Parameters:
{number} x
the x coordinate of the point
{number} y
the y coordinate of the point
{number} width
the width of the handle
{number} height
the height of the handle
{number} pathIndex
the index of the point in the path array

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Sep 09 2016 14:32:36 GMT-0700 (PDT)