Class UiBorder

  • All Implemented Interfaces:
    UiObject

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

      • bottom

        protected UiLine bottom
      • right

        protected UiLine right
      • borderRadius

        protected float borderRadius
    • Constructor Detail

      • UiBorder

        public UiBorder()
    • Method Detail

      • toString

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

        public UiLine getTop()
      • getLeft

        public UiLine getLeft()
      • getBottom

        public UiLine getBottom()
      • getRight

        public UiLine getRight()
      • getBorderRadius

        public float getBorderRadius()
      • setBorderRadius

        public UiBorder setBorderRadius​(float borderRadius)