Class JGridBagPanel.DefaultInsetsManager

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int leftInset
      leftInset is the space used by default as a padding to the left of each grid cell.
      java.awt.Insets leftInsets  
      java.awt.Insets positiveInsets  
      (package private) int topInset
      topInset is the space used by default as a padding to the top of each grid cell.
      java.awt.Insets topInsets  
      java.awt.Insets topLeftInsets  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.Insets getInsets​(int gridx, int gridy)
      Returns the insets for cell (gridx, gridy);
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • leftInset

        int leftInset
        leftInset is the space used by default as a padding to the left of each grid cell.
      • topInset

        int topInset
        topInset is the space used by default as a padding to the top of each grid cell.
      • positiveInsets

        public java.awt.Insets positiveInsets
      • leftInsets

        public java.awt.Insets leftInsets
      • topInsets

        public java.awt.Insets topInsets
      • topLeftInsets

        public java.awt.Insets topLeftInsets
    • Constructor Detail

      • DefaultInsetsManager

        private DefaultInsetsManager()