Exemplo n.º 1
0
 public int getWidth() {
   ensurePosition();
   return width.intValue();
 }
Exemplo n.º 2
0
 public int getLeft() {
   ensurePosition();
   return left.intValue();
 }