Package io.anyline.plugin.config
Class UIFeedbackElementAttributesConfig
-
- All Implemented Interfaces:
public class UIFeedbackElementAttributesConfigUIFeedbackElementAttributesConfig
Configuration attributes for UI Feedback view elements
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumUIFeedbackElementAttributesConfig.ImageScaleTypeSets the image scale type.
public enumUIFeedbackElementAttributesConfig.TextAlignmentSets the text alignment.
-
Field Summary
Fields Modifier and Type Field Description public UIFeedbackElementAttributesConfig.TextAlignmenttextAlignmentpublic StringtextColorpublic StringbackgroundColorpublic UIFeedbackElementAttributesConfig.ImageScaleTypeimageScaleType
-
Constructor Summary
Constructors Constructor Description UIFeedbackElementAttributesConfig()
-
Method Summary
Modifier and Type Method Description UIFeedbackElementAttributesConfig.TextAlignmentgetTextAlignment()Sets the text alignment. voidsetTextAlignment(UIFeedbackElementAttributesConfig.TextAlignment textAlignment)Sets the text alignment. StringgetTextColor()Sets the text color. voidsetTextColor(String textColor)Sets the text color. StringgetBackgroundColor()Sets the background color. voidsetBackgroundColor(String backgroundColor)Sets the background color. UIFeedbackElementAttributesConfig.ImageScaleTypegetImageScaleType()Sets the image scale type. voidsetImageScaleType(UIFeedbackElementAttributesConfig.ImageScaleType imageScaleType)Sets the image scale type. StringtoString()inthashCode()booleanequals(Object other)-
-
Method Detail
-
getTextAlignment
UIFeedbackElementAttributesConfig.TextAlignment getTextAlignment()
Sets the text alignment.
-
setTextAlignment
void setTextAlignment(UIFeedbackElementAttributesConfig.TextAlignment textAlignment)
Sets the text alignment.
-
getTextColor
String getTextColor()
Sets the text color.
-
setTextColor
void setTextColor(String textColor)
Sets the text color.
-
getBackgroundColor
String getBackgroundColor()
Sets the background color.
-
setBackgroundColor
void setBackgroundColor(String backgroundColor)
Sets the background color.
-
getImageScaleType
UIFeedbackElementAttributesConfig.ImageScaleType getImageScaleType()
Sets the image scale type.
-
setImageScaleType
void setImageScaleType(UIFeedbackElementAttributesConfig.ImageScaleType imageScaleType)
Sets the image scale type.
-
hashCode
int hashCode()
-
-
-
-