Method | Short Description |
---|---|
offset(x, y) | Changes an element's position by applying the specified deltas, measured in pixels. |
moveTo(x, y) | Translates an element such that its upper left corner is (x,y). |
resize(width, height) | Changes the coordinates of the lower right corner of an element's clipping rectangle. |
moveAbove(elementName) | Stacks an element above the specified element. |
moveBelow(elementName) | Stacks an element below the specified element. |
A slide showing the methods of an object.