|
API
public function HxGraphix():void; public function beginFill(color:uint, alpha:Number = 1.0):void public function lineStyle(thickness:Number = NaN, color:uint = 0, alpha:Number = 1.0):void public function moveTo(x:Number, y:Number):void public function lineTo(x:Number, y:Number):void public function curveTo(controlX:Number, controlY:Number, anchorX:Number, anchorY:Number):void public function endFill():void public function endLine():Void public function clear():void public function drawCircle(x:Number, y:Number, radius:Number):void public function drawEllipse(x:Number, y:Number, width:Number, height:Number):void public function drawRect(x:Number, y:Number, width:Number, height:Number):void public function drawRoundRect(x:Number, y:Number, width:Number, height:Number, cornerRadius:Number=NaN):void public function drawRoundRectComplex(x:Number, y:Number, width:Number, height:Number, topLeftRadius:Number, topRightRadius:Number, bottomLeftRadius:Number, bottomRightRadius:Number):void public function getSWF(version:Int=10, compressed :Bool= false, width :Int =1000, height :Int =1000, fps :Int =30, nframes :Int =1):ByteArray public function getTag(id:Int):SWFTag; |