Interface JGridBagPanel.InsetsManager

Enclosing class:
JGridBagPanel

public static interface JGridBagPanel.InsetsManager
Provides insets desired for a given grid cell
  • Method Summary

    Modifier and Type
    Method
    Description
    getInsets(int gridx, int gridy)
    Returns the insets for cell (gridx, gridy);
  • Method Details

    • getInsets

      Insets getInsets(int gridx, int gridy)
      Returns the insets for cell (gridx, gridy);