Sha256: 2c82793778f9ead3445a638fd87b993161673b95b569828a6e57d6bb90caf2a0
Contents?: true
Size: 630 Bytes
Versions: 132
Compression:
Stored size: 630 Bytes
Contents
/** @constructor @param columns The number of columns. */ function Layout(/**int*/columns){ /** @param [id] The id of the element. @param elName The name of the element. */ this.getElement = function( /** string */ elName, /** number|string */ id ) { }; /** @constructor */ this.Canvas = function(top, left, /**int*/width, height) { /** Is it initiated yet? */ this.initiated = true; } this.rotate = function(/**nothing*/) { } /** @param x @param y @param {zoppler} z*/ this.init = function(x, y, /**abbler*/z) { /** The xyz. */ this.xyz = x+y+z; this.getXyz = function() { } } }
Version data entries
132 entries across 131 versions & 14 rubygems