Class Border


  • public class Border
    extends java.lang.Object
    • Constructor Detail

      • Border

        public Border​(org.teamapps.common.format.Color color,
                      float thickness,
                      float borderRadius)
      • Border

        public Border​(Line line)
      • Border

        public Border​(Line top,
                      Line left,
                      Line bottom,
                      Line right,
                      float borderRadius)
    • Method Detail

      • getTop

        public Line getTop()
      • getLeft

        public Line getLeft()
      • getBottom

        public Line getBottom()
      • getRight

        public Line getRight()
      • getBorderRadius

        public float getBorderRadius()
      • setBorderRadius

        public Border setBorderRadius​(float borderRadius)
      • createUiBorder

        public org.teamapps.dto.UiBorder createUiBorder()