Class fvaswing.components.cursors.FvAbstractCursor

Implemented Interfaces

Image

Description

Abstract class to define basic behaviour for all cursors implementation.

Method Index

getImageHeight(), getImageWidth(), paintImage(), repaint()

Method Detail

getImageWidth

public function getImageWidth():Number

Returns the image's width.

getImageHeight

public function getImageHeight():Number

Returns the image's height.

paintImage

public function paintImage(target:MovieClip, x:Number, y:Number):Void

Paints the image to a specified movieclip at point(x, y)

repaint

public function repaint():Void

Concrete drawing implementation.

Throws

Errorif not be override by cursor subclasses.