Packagelaya.d3.utils
Classpublic class Size
InheritanceSize Inheritance Object



Public Properties
 PropertyDefined By
  fullScreen : Size
[static] [read-only]
Size
  height : int
[read-only]
Size
  width : int
[read-only]
Size
Public Methods
 MethodDefined By
  
Size(width:int, height:int)
Size
Property Detail
fullScreenproperty
fullScreen:Size  [read-only]


Implementation
    public static function get fullScreen():Size
heightproperty 
height:int  [read-only]


Implementation
    public function get height():int
widthproperty 
width:int  [read-only]


Implementation
    public function get width():int
Constructor Detail
Size()Constructor
public function Size(width:int, height:int)



Parameters
width:int
 
height:int