Class UiSpacing

java.lang.Object
org.teamapps.dto.UiSpacing
All Implemented Interfaces:
UiObject

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

    • top

      protected float top
    • bottom

      protected float bottom
    • left

      protected float left
  • Constructor Details

    • UiSpacing

      public UiSpacing()
  • Method Details

    • getUiObjectType

      public UiObjectType getUiObjectType()
      Specified by:
      getUiObjectType in interface UiObject
    • toString

      public String toString()
      Overrides:
      toString in class 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)