Package jflex.gui
Class GridPanelConstraint
- java.lang.Object
-
- jflex.gui.GridPanelConstraint
-
public class GridPanelConstraint extends java.lang.ObjectConstraints for layout elements of GridLayout- Version:
- JFlex 1.9.1
-
-
Constructor Summary
Constructors Constructor Description GridPanelConstraint(int x, int y, int width, int height, int handle, java.awt.Component component)Constructor for GridPanelConstraint.
-
-
-
Constructor Detail
-
GridPanelConstraint
public GridPanelConstraint(int x, int y, int width, int height, int handle, java.awt.Component component)Constructor for GridPanelConstraint.- Parameters:
x- horizontal position.y- vertical position.width- width in pixels.height- height in pixels.handle- a int.component- aComponentobject.
-
-