Class Grid

java.lang.Object
java.awt.GridBagConstraints
net.thevpc.netbeans.launcher.ui.utils.Grid
All Implemented Interfaces:
Serializable, Cloneable

public class Grid extends GridBagConstraints
Author:
thevpc
See Also:
  • Constructor Details

    • Grid

      public Grid()
  • Method Details

    • at

      public static Grid at(int c, int r)
    • set

      public Grid set(int c, int r)
    • expandH

      public Grid expandH()
    • expandV

      public Grid expandV()
    • span

      public Grid span(int c, int r)
    • fillVH

      public Grid fillVH()
    • fillReminder

      public Grid fillReminder()
    • fillRelative

      public Grid fillRelative()
    • fillH

      public Grid fillH()
    • fillV

      public Grid fillV()
    • insets

      public Grid insets(int top, int left)
    • insets

      public Grid insets(int top, int left, int bottom, int right)
    • anchorNoth

      public Grid anchorNoth()
    • anchorNothWest

      public Grid anchorNothWest()
    • anchorSouth

      public Grid anchorSouth()
    • anchorEast

      public Grid anchorEast()
    • anchorWest

      public Grid anchorWest()
    • anchor

      public Grid anchor(int anchor)
    • weight

      public Grid weight(int weightx, int weighty)