Interface SColor

  • All Known Implementing Classes:
    AbstractColorAdv, ColorImpl

    public interface SColor
    A color which might relate to a text or a border.
    Since:
    3.5.0
    Author:
    dennis
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getHtmlColor()
      Gets the color html string expression, for example "#FF6622"
      byte[] getRGB()
      Gets the color types array, order by Red,Green,Blue
    • Method Detail

      • getHtmlColor

        java.lang.String getHtmlColor()
        Gets the color html string expression, for example "#FF6622"
        Returns:
      • getRGB

        byte[] getRGB()
        Gets the color types array, order by Red,Green,Blue
        Returns: