Interface FxIconGlyph

    • Method Detail

      • getFont

        javafx.scene.text.Font getFont()
        Returns:
        the Font to display the icon as glyph from its unicode.
      • getUnicode

        String getUnicode()
        Returns:
        the unicode character of the glyph representing the icon in the specified font.
      • getFill

        String getFill()
        Returns:
        the optional CSS (default) fill color for the icon.
      • getStroke

        String getStroke()
        Returns:
        the optional CSS (default) stroke (outline) color for the icon.