Package org.teamapps.dto
Class UiBorder
- java.lang.Object
-
- org.teamapps.dto.UiBorder
-
-
Constructor Summary
Constructors Constructor Description UiBorder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetBorderRadius()UiLinegetBottom()UiLinegetLeft()UiLinegetRight()UiLinegetTop()UiObjectTypegetUiObjectType()UiBordersetBorderRadius(float borderRadius)UiBordersetBottom(UiLine bottom)UiBordersetLeft(UiLine left)UiBordersetRight(UiLine right)UiBordersetTop(UiLine top)java.lang.StringtoString()
-
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.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)
-
-