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