Class FeatherIkonProvider

  • All Implemented Interfaces:
    org.kordamp.ikonli.IkonProvider<Feather>

    @ServiceProviderFor(org.kordamp.ikonli.IkonProvider.class)
    public class FeatherIkonProvider
    extends java.lang.Object
    implements org.kordamp.ikonli.IkonProvider<Feather>
    Author:
    Andres Almiray
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class<Feather> getIkon()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FeatherIkonProvider

        public FeatherIkonProvider()
    • Method Detail

      • getIkon

        public java.lang.Class<Feather> getIkon()
        Specified by:
        getIkon in interface org.kordamp.ikonli.IkonProvider<Feather>