size.js
A utility class for representing two-dimensional sizes.

File Location

math/size.js

Classes

goog.math.Size
Class for representing sizes consisting of a width and height. Undefined width and height support is deprecated and results in compiler warning.

Public Protected Private

Global Functions

goog.math.Size.equals(ab)
Compares sizes for equality.
Arguments:
a :
A Size.
b :
A Size.
Returns:   True iff the sizes have equal widths and equal heights, or if both are null.
code »

Directory math

File Reference