Class GridBagConstraints

java.lang.Object
org.jmol.awtjs.swing.GridBagConstraints

public class GridBagConstraints extends Object
  • Field Details

    • NONE

      public static final int NONE
      See Also:
    • CENTER

      public static final int CENTER
      See Also:
    • WEST

      public static final int WEST
      See Also:
    • EAST

      public static final int EAST
      See Also:
    • gridx

      public int gridx
    • gridy

      public int gridy
    • gridwidth

      public int gridwidth
    • gridheight

      public int gridheight
    • weightx

      double weightx
    • weighty

      double weighty
    • anchor

      public int anchor
    • fill

      public int fill
    • insets

      Insets insets
    • ipadx

      public int ipadx
    • ipady

      public int ipady
  • Constructor Details

    • GridBagConstraints

      public GridBagConstraints(int gridx, int gridy, int gridwidth, int gridheight, double weightx, double weighty, int anchor, int fill, Insets insets, int ipadx, int ipady)
  • Method Details

    • getStyle

      String getStyle(boolean margins)