-
public interface FxIconGlyphFactoryFactory forFxIconGlyph.- Since:
- 1.0.0
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static FxIconGlyphFactoryget()FxIconGlyphgetGlyph(String iconId)
-
-
-
Method Detail
-
getGlyph
FxIconGlyph getGlyph(String iconId)
- Parameters:
iconId- theID of the icon.- Returns:
- the
FxIconGlyphfor the giveniconId.
-
get
static FxIconGlyphFactory get()
- Returns:
- the instance of this factory.
-
-