Class FontIconConverter


  • public class FontIconConverter
    extends javafx.css.StyleConverter<String,​org.kordamp.ikonli.Ikon>
    Author:
    Andres Almiray
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  FontIconConverter.SequenceConverter  
      • Nested classes/interfaces inherited from class javafx.css.StyleConverter

        javafx.css.StyleConverter.StringStore
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.kordamp.ikonli.Ikon convert​(javafx.css.ParsedValue<String,​org.kordamp.ikonli.Ikon> value, javafx.scene.text.Font font)  
      static javafx.css.StyleConverter<String,​org.kordamp.ikonli.Ikon> getInstance()  
      String toString()  
      • 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 javafx.css.StyleConverter<String,​org.kordamp.ikonli.Ikon> getInstance()
      • convert

        public org.kordamp.ikonli.Ikon convert​(javafx.css.ParsedValue<String,​org.kordamp.ikonli.Ikon> value,
                                               javafx.scene.text.Font font)
        Overrides:
        convert in class javafx.css.StyleConverter<String,​org.kordamp.ikonli.Ikon>