Class Insets


  • public class Insets
    extends Object
    • Field Detail

      • top

        int top
      • left

        int left
      • bottom

        int bottom
      • right

        int right
    • Constructor Detail

      • Insets

        public Insets​(int top,
                      int left,
                      int bottom,
                      int right)