StaticaddAny object that exposes a resize() method.
StaticremoveUnregisters an object so it no longer receives resize() calls.
The object to remove.
StaticresizeCalls resize() on every registered object.
Typically invoked from the application's window resize handler.
Registers an object to receive
resize()calls when the viewport changes.