Package jflex.gui

Class GridPanelConstraint


  • public class GridPanelConstraint
    extends java.lang.Object
    Constraints for layout elements of GridLayout
    Version:
    JFlex 1.7.0
    • Field Summary

      Fields 
      Modifier and Type Field 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 Summary

      Constructors 
      Constructor Description
      GridPanelConstraint​(int x, int y, int width, int height, int handle, java.awt.Component component)
      Constructor for GridPanelConstraint.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • x

        int x
      • y

        int y
      • width

        int width
      • height

        int height
      • handle

        int handle
      • component

        java.awt.Component component
    • 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 - a Component object.