Class Border

java.lang.Object
org.teamapps.ux.component.format.Border

public class Border extends Object
  • Constructor Details

    • Border

      public Border(Color color, float thickness, float borderRadius)
    • Border

      public Border(Line line)
    • Border

      public Border(Line top, Line left, Line bottom, Line right)
    • Border

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

    • 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 UiBorder createUiBorder()