Interface ConversionResult
-
public interface ConversionResultUnival value representation of user interface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.IntegergetBackground()Color of text's background as 0xBBGGRR ornullif no color is specified.java.lang.IntegergetForeground()Color of text encoded as 0xBBGGRR ornullif no color is specified.java.lang.StringgetValue()Get textual representation of value.
-
-
-
Method Detail
-
getValue
java.lang.String getValue()
Get textual representation of value.- Returns:
- what to display
-
getForeground
java.lang.Integer getForeground()
Color of text encoded as 0xBBGGRR ornullif no color is specified.- Returns:
- color of text
-
getBackground
java.lang.Integer getBackground()
Color of text's background as 0xBBGGRR ornullif no color is specified.- Returns:
- color of background
-
-