Packagecom.anychartstock.events
Classpublic class AnnotationDrawingProgressEvent
InheritanceAnnotationDrawingProgressEvent Inheritance AnnotationEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined by
 Inheritedid : String
AnnotationEvent
  mouseX : Number
[read-only]
AnnotationDrawingProgressEvent
  mouseY : Number
[read-only]
AnnotationDrawingProgressEvent
Public Methods
 MethodDefined by
  
AnnotationDrawingProgressEvent(type:String, id:String, mouseX:Number, mouseY:Number)
AnnotationDrawingProgressEvent
Public Constants
 ConstantDefined by
 InheritedANNOTATION_DESELECT : String = "annotationDeselect"
[static] The AnnotationEvent.ANNOTATION_DESELECT dispatched when an annotation is deselected.
AnnotationEvent
 InheritedANNOTATION_DRAWING_FINISHED : String = "annotationDrawingFinish"
[static] The AnnotationEvent.ANNOTATION_DRAWING_FINISHED dispatched when a user finishes to draw an annotation.
AnnotationEvent
  ANNOTATION_DRAWING_PROGRESS : String = "annotationDrawingProgress"
[static] The AnnotationDrawingProgressEvent.ANNOTATION_DRAWING_PROGRESS dispatched repeatedly when a user is drawing an annotation.
AnnotationDrawingProgressEvent
 InheritedANNOTATION_DRAWING_STARTED : String = "annotationDrawingStart"
[static] The AnnotationEvent.ANNOTATION_DRAWING_STARTED dispatched when an annotation drawing is started startDrawingAnnotation() method.
AnnotationEvent
 InheritedANNOTATION_EDITING_FINISHED : String = "annotationEditingFinish"
[static] The AnnotationEvent.ANNOTATION_EDITING_FINISHED dispatched when the user finishes editing an annotation.
AnnotationEvent
 InheritedANNOTATION_EDITING_PROGRESS : String = "annotationEditingProgress"
[static] The AnnotationEvent.ANNOTATION_EDITING_PROGRESS dispatched repeatedly when the user is editing an annotation.
AnnotationEvent
 InheritedANNOTATION_EDITING_STARTED : String = "annotationEditingStart"
[static] The AnnotationEvent.ANNOTATION_EDITING_STARTED dispatched when an annotation editing is started.
AnnotationEvent
 InheritedANNOTATION_REMOVE : String = "annotationRemove"
[static] The AnnotationEvent.ANNOTATION_REMOVE dispatched when a user removes an annotation by DELETE button pressing while the annotation is selected.
AnnotationEvent
 InheritedANNOTATION_SELECT : String = "annotationSelect"
[static] The AnnotationEvent.ANNOTATION_SELECT dispatched when an annotation is selected.
AnnotationEvent
Property detail
mouseXproperty
mouseX:Number  [read-only]Implementation
    public function get mouseX():Number
mouseYproperty 
mouseY:Number  [read-only]Implementation
    public function get mouseY():Number
Constructor detail
AnnotationDrawingProgressEvent()constructor
public function AnnotationDrawingProgressEvent(type:String, id:String, mouseX:Number, mouseY:Number)Parameters
type:String
 
id:String
 
mouseX:Number
 
mouseY:Number
Constant detail
ANNOTATION_DRAWING_PROGRESSconstant
public static const ANNOTATION_DRAWING_PROGRESS:String = "annotationDrawingProgress"

The AnnotationDrawingProgressEvent.ANNOTATION_DRAWING_PROGRESS dispatched repeatedly when a user is drawing an annotation.