Package org.teamapps.dto
Class UiSelectionFrame
java.lang.Object
org.teamapps.dto.UiSelectionFrame
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected intprotected Stringprotected booleanprotected intprotected int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintgetColor()booleanintintsetAnimationDuration(int animationDuration) setBorderWidth(int borderWidth) setFullRow(boolean fullRow) setGlowingWidth(int glowingWidth) setShadowWidth(int shadowWidth) toString()
-
Field Details
-
color
-
borderWidth
protected int borderWidth -
animationDuration
protected int animationDuration -
glowingWidth
protected int glowingWidth -
shadowWidth
protected int shadowWidth -
fullRow
protected boolean fullRow
-
-
Constructor Details
-
UiSelectionFrame
public UiSelectionFrame()
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
-
getColor
-
getBorderWidth
public int getBorderWidth() -
getAnimationDuration
public int getAnimationDuration() -
getGlowingWidth
public int getGlowingWidth() -
getShadowWidth
public int getShadowWidth() -
getFullRow
public boolean getFullRow() -
setColor
-
setBorderWidth
-
setAnimationDuration
-
setGlowingWidth
-
setShadowWidth
-
setFullRow
-