| Package | com.anychartstock.events |
| Class | public class AnnotationDrawingProgressEvent |
| Inheritance | AnnotationDrawingProgressEvent AnnotationEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
![]() | id : String | AnnotationEvent | |
| mouseX : Number [read-only]
| AnnotationDrawingProgressEvent | ||
| mouseY : Number [read-only]
| AnnotationDrawingProgressEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
AnnotationDrawingProgressEvent(type:String, id:String, mouseX:Number, mouseY:Number)
| AnnotationDrawingProgressEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
![]() | ANNOTATION_DESELECT : String = "annotationDeselect" [static]
The
AnnotationEvent.ANNOTATION_DESELECT dispatched when an annotation is deselected. | AnnotationEvent | |
![]() | ANNOTATION_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 | ||
![]() | ANNOTATION_DRAWING_STARTED : String = "annotationDrawingStart" [static]
The
AnnotationEvent.ANNOTATION_DRAWING_STARTED dispatched when an annotation drawing is started
startDrawingAnnotation() method. | AnnotationEvent | |
![]() | ANNOTATION_EDITING_FINISHED : String = "annotationEditingFinish" [static]
The
AnnotationEvent.ANNOTATION_EDITING_FINISHED dispatched when the user finishes editing an annotation. | AnnotationEvent | |
![]() | ANNOTATION_EDITING_PROGRESS : String = "annotationEditingProgress" [static]
The
AnnotationEvent.ANNOTATION_EDITING_PROGRESS dispatched repeatedly when the user is editing an annotation. | AnnotationEvent | |
![]() | ANNOTATION_EDITING_STARTED : String = "annotationEditingStart" [static]
The
AnnotationEvent.ANNOTATION_EDITING_STARTED dispatched when an annotation editing is started. | AnnotationEvent | |
![]() | ANNOTATION_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 | |
![]() | ANNOTATION_SELECT : String = "annotationSelect" [static]
The
AnnotationEvent.ANNOTATION_SELECT dispatched when an annotation is selected. | AnnotationEvent | |
| mouseX | property |
mouseX:Number [read-only]Implementation
public function get mouseX():Number
| mouseY | property |
mouseY:Number [read-only]Implementation
public function get mouseY():Number
| AnnotationDrawingProgressEvent | () | constructor |
public function AnnotationDrawingProgressEvent(type:String, id:String, mouseX:Number, mouseY:Number)Parameters
type:String |
|
id:String |
|
mouseX:Number |
|
mouseY:Number |
| ANNOTATION_DRAWING_PROGRESS | constant |
public static const ANNOTATION_DRAWING_PROGRESS:String = "annotationDrawingProgress"
The AnnotationDrawingProgressEvent.ANNOTATION_DRAWING_PROGRESS dispatched repeatedly when a user is drawing an annotation.