Package io.anyline.plugin.config
Class UIFeedbackElementAttributesConfig
-
- All Implemented Interfaces:
public class UIFeedbackElementAttributesConfig
UIFeedbackElementAttributesConfig
Configuration attributes for UI Feedback view elements
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
UIFeedbackElementAttributesConfig.ImageScaleType
Sets the image scale type.
public enum
UIFeedbackElementAttributesConfig.TextAlignment
Sets the text alignment.
-
Field Summary
Fields Modifier and Type Field Description public UIFeedbackElementAttributesConfig.TextAlignment
textAlignment
public String
textColor
public String
backgroundColor
public UIFeedbackElementAttributesConfig.ImageScaleType
imageScaleType
-
Constructor Summary
Constructors Constructor Description UIFeedbackElementAttributesConfig()
-
Method Summary
Modifier and Type Method Description UIFeedbackElementAttributesConfig.TextAlignment
getTextAlignment()
Sets the text alignment. void
setTextAlignment(UIFeedbackElementAttributesConfig.TextAlignment textAlignment)
Sets the text alignment. String
getTextColor()
Sets the text color. void
setTextColor(String textColor)
Sets the text color. String
getBackgroundColor()
Sets the background color. void
setBackgroundColor(String backgroundColor)
Sets the background color. UIFeedbackElementAttributesConfig.ImageScaleType
getImageScaleType()
Sets the image scale type. void
setImageScaleType(UIFeedbackElementAttributesConfig.ImageScaleType imageScaleType)
Sets the image scale type. String
toString()
int
hashCode()
boolean
equals(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()
-
-
-
-