Image
Abstract class to define basic behaviour for all cursors implementation.
public function getImageWidth():Number
Returns the image's width.
public function getImageHeight():Number
Returns the image's height.
public function paintImage(target:MovieClip, x:Number, y:Number):Void
Paints the image to a specified movieclip at point(x, y)
public function repaint():Void
Concrete drawing implementation.