Class SoftGridLayout

java.lang.Object
com.illumon.iris.gui.util.SoftGridLayout
All Implemented Interfaces:
LayoutManager

public class SoftGridLayout extends Object implements LayoutManager
  • Constructor Details

    • SoftGridLayout

      public SoftGridLayout()
    • SoftGridLayout

      public SoftGridLayout(int rows, int cols)
    • SoftGridLayout

      public SoftGridLayout(int rows, int cols, int hgap, int vgap)
  • Method Details