Package | com.gestureworks.cml.interfaces |
Interface | public interface IElement extends IObject, ICML |
Implementors | ElementFactory, TextFactory |
Property | Defined By | ||
---|---|---|---|
height : Number
Returns the height of the display object. | IElement | ||
![]() | id : String
Returns the object's id. | IObject | |
width : Number
Returns the width of the display object. | IElement |
height | property |
height:Number
Returns the height of the display object.
public function get height():Number
public function set height(value:Number):void
width | property |
width:Number
Returns the width of the display object.
public function get width():Number
public function set width(value:Number):void