class virtual drawable : unit ->
object
.. end
Abstract class for all the drawable objects
val point : pointer
For internal use only
method getPoint : pointer
method setX : float -> unit
Set/Get the position of the drawable
method setY : float -> unit
method setPosition : float -> float -> unit
method getX : float
method getY : float
method move : float -> float -> unit
method setScaleX : float -> unit
Set/Get the scale of the drawable
method setScaleY : float -> unit
method setScale : float -> float -> unit
method getScaleX : float
method getScaleY : float
method scale : float -> float -> unit
method setRotation : float -> unit
Geometry methods
method setCenter : float -> float -> unit
method getRotation : float
method getCenterX : float
method getCenterY : float
method rotate : float -> unit
method setColor : color -> unit
Aspect methods
method setBlendmode : blendMode -> unit
method getColor : color
method getBlendMode : blendMode