Interface ConversionResult



  • public interface ConversionResult
    Unival value representation of user interface
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Integer getBackground​()
      Color of text's background as 0xBBGGRR or null if no color is specified.
      java.lang.Integer getForeground​()
      Color of text encoded as 0xBBGGRR or null if no color is specified.
      java.lang.String getValue​()
      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 or null if no color is specified.
        Returns:
        color of text
      • getBackground

        java.lang.Integer getBackground​()
        Color of text's background as 0xBBGGRR or null if no color is specified.
        Returns:
        color of background