Class GBC

java.lang.Object
net.thevpc.common.swing.layout.GBC

public class GBC extends Object
  • Constructor Details

    • GBC

      public GBC()
  • Method Details

    • of

      public static GBC of(int gridX, int gridy)
    • grid

      public GBC grid(int x, int y)
    • span

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

      public GBC weight(double x, double y)
    • ipad

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

      public GBC insets(Insets insets)
    • insetsx

      public GBC insetsx(int left, int right)
    • insetsy

      public GBC insetsy(int top, int bottom)
    • insets

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

      public GBC fill(int fill)
    • fillH

      public GBC fillH()
    • fillV

      public GBC fillV()
    • fillBoth

      public GBC fillBoth()
    • anchorN

      public GBC anchorN()
    • anchorS

      public GBC anchorS()
    • anchorW

      public GBC anchorW()
    • anchorE

      public GBC anchorE()
    • anchorNW

      public GBC anchorNW()
    • anchorSW

      public GBC anchorSW()
    • anchorNE

      public GBC anchorNE()
    • anchorSE

      public GBC anchorSE()
    • anchor

      public GBC anchor(int anchor)
    • build

      public GridBagConstraints build()