Packagesekati.draw
Interfacepublic interface ITweenableDrawing
ImplementorsBezier, Curve, GradientRect, Line, Rect

ITweenableDrawing defines the method signatures of tweenable drawn Shapes.



Public Methods
 MethodDefined by
  
clear():void
Clear the drawn graphics Shape.
ITweenableDrawing
  
draw():void
Draw in to the graphics Shape.
ITweenableDrawing
  
redraw():void
Clear & draw in to the graphics Shape.
ITweenableDrawing
Method detail
clear()method
public function clear():void

Clear the drawn graphics Shape.

draw()method 
public function draw():void

Draw in to the graphics Shape.

redraw()method 
public function redraw():void

Clear & draw in to the graphics Shape.