Class LayoutParameters.Padding

    • Constructor Detail

      • Padding

        public Padding​(double left,
                       double top,
                       double right,
                       double bottom)
      • Padding

        public Padding​(int padding)
    • Method Detail

      • getLeft

        public double getLeft()
      • getRight

        public double getRight()
      • getTop

        public double getTop()
      • getBottom

        public double getBottom()