|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.generic.attribute.CustomAttributeEditorEnvironment.EditorRegion
A simple structure to hold the region of the editor
| Field Summary | |
int |
height
height: The height of the rectangle region |
int |
width
width: The width of the rectangle region |
int |
x
x: The x-coordinate of the upper left corner of the rectangle region |
int |
y
y: The y-coordinate of the upper left corner of the rectangle region |
| Constructor Summary | |
CustomAttributeEditorEnvironment.EditorRegion(int x,
int y,
int width,
int height)
Constructor |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int x
x: The x-coordinate of the upper left corner of the rectangle region
public int y
y: The y-coordinate of the upper left corner of the rectangle region
public int width
width: The width of the rectangle region
public int height
height: The height of the rectangle region
| Constructor Detail |
public CustomAttributeEditorEnvironment.EditorRegion(int x,
int y,
int width,
int height)
x - The x-coordinate of the upper left corner of the rectangle regiony - The y-coordinate of the upper left corner of the rectangle regionwidth - The width of the rectangle regionheight - The height of the rectangle region
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||