Class FxIconGlyphBean

    • Constructor Detail

      • FxIconGlyphBean

        public FxIconGlyphBean()
        The constructor.
      • FxIconGlyphBean

        public FxIconGlyphBean​(javafx.scene.text.Font font,
                               String unicode)
        The constructor.
        Parameters:
        font - - see getFont().
        unicode - - see getUnicode().
      • FxIconGlyphBean

        public FxIconGlyphBean​(javafx.scene.text.Font font,
                               String unicode,
                               String fill)
        The constructor.
        Parameters:
        font - - see getFont().
        unicode - - see getUnicode().
        fill - - see getFill().
      • FxIconGlyphBean

        public FxIconGlyphBean​(FxIconGlyph template)
        The constructor.
        Parameters:
        template - the FxIconGlyph to copy.
    • Method Detail

      • getFont

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

        public void setFont​(javafx.scene.text.Font font)
        Parameters:
        font - new value of getFont().
      • getUnicode

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

        public void setUnicode​(String unicode)
        Parameters:
        unicode - new value of getUnicode().
      • getFill

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

        public void setFill​(String fill)
        Parameters:
        fill - new value of getFill().
      • getStroke

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

        public void setStroke​(String stroke)
        Parameters:
        stroke - new value of getStroke().