OpenSpace. ScreenSize

Instances of this class represent a width/height pair

Inherits

Summary
Instances of this class represent a width/height pair
{Number} width
{Number} height
Create an instance of OpenSpace.ScreenSize
Create a clone of this size object
Determine where this size is equal to another

Properties

w

{Number} width

h

{Number} height

Constructor

OpenSpace. ScreenSize

Create an instance of OpenSpace.ScreenSize

Parameters

w{Number} width
h{Number} height

Functions

clone

clone:function()

Create a clone of this size object

Returns

{OpenSpace.ScreenSize} A new OpenSpace.ScreenSize object with the same w and h values

equals

equals:function(sz)

Determine where this size is equal to another

Parameters

sz{OpenSpace.ScreenSize}

Returns

{Boolean} The passed in size has the same h and w properties as this one.  Note that if sz passed in is null, returns false.

clone:function()
Create a clone of this size object
equals:function(sz)
Determine where this size is equal to another
Instances of this class represent a width/height pair
Create an instance of OpenSpace.ScreenSize