Packageorg.openPyro.shapes
Interfacepublic interface IShape
ImplementorsTriangle



Public Properties
 PropertyDefined by
  height : Number
[write-only]
IShape
  width : Number
[write-only]
IShape
Public Methods
 MethodDefined by
  
drawShape():void
IShape
Property detail
heightproperty
height:Number  [write-only]Implementation
    public function set height(value:Number):void
widthproperty 
width:Number  [write-only]Implementation
    public function set width(value:Number):void
Method detail
drawShape()method
public function drawShape():void