Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
A
 add, TablePacker
E
 each, TablePacker
G
 getMargin, Cell
L
 layout, TablePacker
 left, Cell
M
 margin, Cell
R
 right, Cell
 row, TablePacker
S
 setBounds, TablePacker
T
 TablePacker, TablePacker
TablePacker.prototype.add = function (item)
Adds a new item.
TablePacker.prototype.each = function (f)
Calls the passed method for each item in the table.
Cell.prototype.getMargin = function (side)
Get the margin on some side.
TablePacker.prototype.layout = function ()
Set the positions of all the objects in the table.
Cell.prototype.left = function ()
Set this cell alignment to left.
Cell.prototype.margin = function (m,
side)
Sets all the margins to m, or if you specify a side, set only that side.
Cell.prototype.right = function ()
Set this cell alignment to right.
TablePacker.prototype.row = function ()
Move to a new line.
TablePacker.prototype.setBounds = function (x,
y,
w,
h)
Resize the table.
function TablePacker(x,
y,
w,
h)
Create a new TablePacker.
Close