Package jflex.gui
Class GridPanelConstraint
java.lang.Object
jflex.gui.GridPanelConstraint
Constraints for layout elements of GridLayout
- Version:
- JFlex 1.8.2
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGridPanelConstraint
(int x, int y, int width, int height, int handle, Component component) Constructor for GridPanelConstraint. -
Method Summary
-
Field Details
-
x
final int x -
y
final int y -
width
final int width -
height
final int height -
handle
final int handle -
component
-
-
Constructor Details
-
GridPanelConstraint
Constructor for GridPanelConstraint.- Parameters:
x
- horizontal position.y
- vertical position.width
- width in pixels.height
- height in pixels.handle
- a int.component
- aComponent
object.
-