Package de.gsi.chart.utils
Class GlyphFactory
- java.lang.Object
-
- de.gsi.chart.utils.GlyphFactory
-
public final class GlyphFactory extends java.lang.ObjectFactory class for glyphs from Fontawesome library.
Usage example:Glyph g = GlyphFactory.create(FontAwesome.Glyph.CLOSE); g.setTextFill(Color.RED); Button button = new Button("", g);- Author:
- Luca Molinari
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.controlsfx.glyphfont.Glyphcreate(org.controlsfx.glyphfont.FontAwesome.Glyph icon)Creates a glyph for given identifier
-