Package org.teamapps.dto
Class UiImageFormatting
- java.lang.Object
-
- org.teamapps.dto.UiImageFormatting
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUiImageFormatting.CornerShape
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringborderColorprotected floatborderWidthprotected UiImageFormatting.CornerShapecornerShapeprotected intheightprotected booleanshadowprotected intwidth
-
Constructor Summary
Constructors Constructor Description UiImageFormatting()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBorderColor()floatgetBorderWidth()UiImageFormatting.CornerShapegetCornerShape()intgetHeight()booleangetShadow()UiObjectTypegetUiObjectType()intgetWidth()UiImageFormattingsetBorderColor(java.lang.String borderColor)UiImageFormattingsetBorderWidth(float borderWidth)UiImageFormattingsetCornerShape(UiImageFormatting.CornerShape cornerShape)UiImageFormattingsetHeight(int height)UiImageFormattingsetShadow(boolean shadow)UiImageFormattingsetWidth(int width)java.lang.StringtoString()
-
-
-
Field Detail
-
width
protected int width
-
height
protected int height
-
cornerShape
protected UiImageFormatting.CornerShape cornerShape
-
shadow
protected boolean shadow
-
borderWidth
protected float borderWidth
-
borderColor
protected java.lang.String borderColor
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getWidth
public int getWidth()
-
getHeight
public int getHeight()
-
getCornerShape
public UiImageFormatting.CornerShape getCornerShape()
-
getShadow
public boolean getShadow()
-
getBorderWidth
public float getBorderWidth()
-
getBorderColor
public java.lang.String getBorderColor()
-
setWidth
public UiImageFormatting setWidth(int width)
-
setHeight
public UiImageFormatting setHeight(int height)
-
setCornerShape
public UiImageFormatting setCornerShape(UiImageFormatting.CornerShape cornerShape)
-
setShadow
public UiImageFormatting setShadow(boolean shadow)
-
setBorderWidth
public UiImageFormatting setBorderWidth(float borderWidth)
-
setBorderColor
public UiImageFormatting setBorderColor(java.lang.String borderColor)
-
-