Class Index

Classes


Class Tools.GenericAnnotationCreateTool


Extends Tools.Tool.
Represents a generic tool use to create markup annotations based on two mouse points (mouse left down and mouse left up).

Class Summary
Constructor Attributes Constructor Name and Description
 
Tools.GenericAnnotationCreateTool(docViewer, annotationPrototype)
Creates a new instance of GenericAnnotationCreateTool.
Field Summary
Field Attributes Field Name and Description
 
the instance of the annotation object created
Fields borrowed from class Tools.Tool:
docViewer, pageCoordinates
Methods borrowed from class Tools.Tool:
GetDocumentViewer
Events borrowed from class Tools.Tool:
keyDown, mouseDoubleClick, mouseLeftDown, mouseLeftUp, mouseMove, switchIn, switchOut
Class Detail
Tools.GenericAnnotationCreateTool(docViewer, annotationPrototype)
Creates a new instance of GenericAnnotationCreateTool.
Parameters:
{CoreControls.DocumentViewer} docViewer
the instance of the corresponding DocumentViewer
{function} annotationPrototype
the constructor for a custom annotation class
Field Detail
{Annotations.Annotation} annotation
the instance of the annotation object created

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Feb 13 2013 12:56:32 GMT-0800 (PST)