Interface StateTextItem
-
public interface StateTextItemVisual definition of single step in state text.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.IntegergetBackgroundColor()Get background color of the visual representation.java.lang.IntegergetForegroundColor()Get foreground color of the visual representation.java.lang.StringgetText()Get text for the visual representation that replaces the actual value.
-
-
-
Method Detail
-
getBackgroundColor
java.lang.Integer getBackgroundColor()
Get background color of the visual representation. Value is composed of read, green and blue in the following order: 0xBBGGRR- Returns:
- background color as 0xBBGGRR
-
getForegroundColor
java.lang.Integer getForegroundColor()
Get foreground color of the visual representation. Value is composed of read, green and blue in the following order: 0xBBGGRR- Returns:
- foreground color as 0xBBGGRR
-
getText
java.lang.String getText()
Get text for the visual representation that replaces the actual value.- Returns:
- text to replace actual value
-
-