Class GBC

java.lang.Object
net.thevpc.nuts.swing.GBC

public class GBC extends Object
  • Constructor Details

    • GBC

      public GBC()
  • Method Details

    • of

      public static GBC of(int x, int y)
    • ofAt

      public static GBC ofAt(int x, int y)
    • ipad

      public GBC ipad(int x, int y)
    • weightx

      public GBC weightx(int x)
    • weighty

      public GBC weighty(int y)
    • weight

      public GBC weight(int x)
    • weight

      public GBC weight(int x, int y)
    • at

      public GBC at(int x, int y)
    • of

      public static GBC of()
    • fillNone

      public GBC fillNone()
    • fillVertical

      public GBC fillVertical()
    • fillHorizontal

      public GBC fillHorizontal()
    • fillBoth

      public GBC fillBoth()
    • anchorWest

      public GBC anchorWest()
    • anchorEast

      public GBC anchorEast()
    • anchorSouth

      public GBC anchorSouth()
    • anchorCenter

      public GBC anchorCenter()
    • anchorNorthWest

      public GBC anchorNorthWest()
    • anchorNorthEast

      public GBC anchorNorthEast()
    • anchorNorth

      public GBC anchorNorth()
    • moveNextColumn

      public GridBagConstraints moveNextColumn()
    • moveNextLine

      public GridBagConstraints moveNextLine()
    • nextColumn

      public GBC nextColumn()
    • nextLine

      public GBC nextLine()
    • anchor

      public GBC anchor(int a)
    • colspanReminder

      public GBC colspanReminder()
    • colspanRelative

      public GBC colspanRelative()
    • colspan

      public GBC colspan(int c)
    • rowspan

      public GBC rowspan(int c)
    • rowspanReminder

      public GBC rowspanReminder()
    • rowspanRelative

      public GBC rowspanRelative()
    • insets

      public GBC insets(int v, int h)
    • insets

      public GBC insets(int top, int left, int bottom, int right)
    • insets

      public GBC insets(int i)
    • insets

      public GBC insets(Insets i)
    • build

      public GridBagConstraints build()
      /////////////////////////////////////
    • reset

      public GBC reset()
    • copy

      public GBC copy()
    • set

      public GBC set(GridBagConstraints b)