- java.lang.Object
-
- javafx.css.StyleConverter<String,org.kordamp.ikonli.Ikon>
-
- org.kordamp.ikonli.javafx.FontIconConverter
-
public class FontIconConverter extends StyleConverter<String,org.kordamp.ikonli.Ikon>
- Author:
- Andres Almiray
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFontIconConverter.SequenceConverter-
Nested classes/interfaces inherited from class javafx.css.StyleConverter
StyleConverter.StringStore
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.kordamp.ikonli.Ikonconvert(ParsedValue<String,org.kordamp.ikonli.Ikon> value, Font font)static StyleConverter<String,org.kordamp.ikonli.Ikon>getInstance()StringtoString()-
Methods inherited from class javafx.css.StyleConverter
cacheValue, clearCache, convert, getBooleanConverter, getCachedValue, getColorConverter, getDurationConverter, getEffectConverter, getEnumConverter, getFontConverter, getInsetsConverter, getPaintConverter, getSizeConverter, getStringConverter, getUrlConverter, readBinary, writeBinary
-
-
-
-
Method Detail
-
getInstance
public static StyleConverter<String,org.kordamp.ikonli.Ikon> getInstance()
-
convert
public org.kordamp.ikonli.Ikon convert(ParsedValue<String,org.kordamp.ikonli.Ikon> value, Font font)
- Overrides:
convertin classStyleConverter<String,org.kordamp.ikonli.Ikon>
-
-