|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectOutputElement.Rect
private static class OutputElement.Rect
A rectangle on the image
Field Summary | |
---|---|
int |
bottom
|
int |
left
|
int |
right
|
int |
top
|
Constructor Summary | |
---|---|
OutputElement.Rect(int l,
int t,
int r,
int b)
|
Method Summary | |
---|---|
int |
height()
|
boolean |
isEmpty()
|
int |
width()
|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int left
public int top
public int right
public int bottom
Constructor Detail |
---|
public OutputElement.Rect(int l, int t, int r, int b)
Method Detail |
---|
public boolean isEmpty()
public int width()
public int height()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |