Class UiSpacing

  • All Implemented Interfaces:
    UiObject

    public class UiSpacing
    extends java.lang.Object
    implements UiObject
    THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
    • Field Detail

      • top

        protected float top
      • right

        protected float right
      • bottom

        protected float bottom
      • left

        protected float left
    • Constructor Detail

      • UiSpacing

        public UiSpacing()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getTop

        public float getTop()
      • getRight

        public float getRight()
      • getBottom

        public float getBottom()
      • getLeft

        public float getLeft()
      • setTop

        public UiSpacing setTop​(float top)
      • setRight

        public UiSpacing setRight​(float right)
      • setBottom

        public UiSpacing setBottom​(float bottom)
      • setLeft

        public UiSpacing setLeft​(float left)