Interface IFontIconStyle

    • Method Detail

      • getStyleCSS

        default java.lang.String getStyleCSS​(int style)
        Returns the default CSS to use for the specific style for this font icon definition.
        Parameters:
        style - The style is one of FIS_* values.
        Returns:
        The CSS to use for the style, or null for default.
        Throws:
        java.lang.IllegalArgumentException - If style is no 0-7.