Packagecom.gestureworks.cml.interfaces
Interfacepublic interface IElement extends IObject, ICML
Implementors ElementFactory, TextFactory

Implements CML Elements.



Public Properties
 PropertyDefined By
  height : Number
Returns the height of the display object.
IElement
 Inheritedid : String
Returns the object's id.
IObject
  width : Number
Returns the width of the display object.
IElement
Public Methods
 MethodDefined By
 Inherited
dispose():void
Dispose method.
IObject
 Inherited
parseCML(cml:XMLList):XMLList
Internal CML parse method.
ICML
 Inherited
postparseCML(cml:XMLList):void
Abstract method allows settings of a postparse CML routine.
IObject
 Inherited
updateProperties(state:Number = 0):void
IObject
Property Detail
heightproperty
height:Number

Returns the height of the display object.


Implementation
    public function get height():Number
    public function set height(value:Number):void
widthproperty 
width:Number

Returns the width of the display object.


Implementation
    public function get width():Number
    public function set width(value:Number):void