Package org.teamapps.dto
Class UiChartMargin
- java.lang.Object
-
- org.teamapps.dto.UiChartMargin
-
-
Constructor Summary
Constructors Constructor Description UiChartMargin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBottom()intgetLeft()intgetRight()intgetTop()UiObjectTypegetUiObjectType()UiChartMarginsetBottom(int bottom)UiChartMarginsetLeft(int left)UiChartMarginsetRight(int right)UiChartMarginsetTop(int 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 int getTop()
-
getLeft
public int getLeft()
-
getBottom
public int getBottom()
-
getRight
public int getRight()
-
setTop
public UiChartMargin setTop(int top)
-
setLeft
public UiChartMargin setLeft(int left)
-
setBottom
public UiChartMargin setBottom(int bottom)
-
setRight
public UiChartMargin setRight(int right)
-
-