public int getWidth() { ensurePosition(); return width.intValue(); }
public int getLeft() { ensurePosition(); return left.intValue(); }