public class GridPanelConstraint
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.awt.Component |
component |
(package private) int |
handle |
(package private) int |
height |
(package private) int |
width |
(package private) int |
x |
(package private) int |
y |
Constructor and Description |
---|
GridPanelConstraint(int x,
int y,
int width,
int height,
int handle,
java.awt.Component component) |