Package jflex.gui

Class GridPanelConstraint

java.lang.Object
jflex.gui.GridPanelConstraint

public class GridPanelConstraint extends Object
Constraints for layout elements of GridLayout
Version:
JFlex 1.7.0
  • Field Details

    • x

      int x
    • y

      int y
    • width

      int width
    • height

      int height
    • handle

      int handle
    • component

      Component component
  • Constructor Details

    • GridPanelConstraint

      public GridPanelConstraint(int x, int y, int width, int height, int handle, Component component)
      Constructor for GridPanelConstraint.
      Parameters:
      x - horizontal position.
      y - vertical position.
      width - width in pixels.
      height - height in pixels.
      handle - a int.
      component - a Component object.