Package org.teamapps.ux.component.format
Class Border
- java.lang.Object
-
- org.teamapps.ux.component.format.Border
-
public class Border extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.teamapps.dto.UiBordercreateUiBorder()floatgetBorderRadius()LinegetBottom()LinegetLeft()LinegetRight()LinegetTop()BordersetBorderRadius(float borderRadius)
-
-
-
Constructor Detail
-
Border
public Border(org.teamapps.common.format.Color color, float thickness, float borderRadius)
-
Border
public Border(Line line)
-
-
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()
-
-