private static class OutputElement.Rect extends Object
int
bottom
left
right
top
Rect(int l, int t, int r, int b)
height()
boolean
isEmpty()
width()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public int left
public int top
public int right
public int bottom
public Rect(int l, int t, int r, int b)
public boolean isEmpty()
public int width()
public int height()