Uses of Interface
org.controlsfx.glyphfont.INamedCharacter
-
Packages that use INamedCharacter Package Description org.controlsfx.glyphfont A package containing a number of useful code related to loading and using font packs whose characters are actually images. -
-
Uses of INamedCharacter in org.controlsfx.glyphfont
Classes in org.controlsfx.glyphfont that implement INamedCharacter Modifier and Type Class Description static class
FontAwesome.Glyph
The individual glyphs offered by the FontAwesome font.Method parameters in org.controlsfx.glyphfont with type arguments of type INamedCharacter Modifier and Type Method Description void
GlyphFont. registerAll(Iterable<? extends INamedCharacter> namedCharacters)
Registers all given characters with their name.
-