Uses of Interface
org.teamapps.icons.spi.IconDecoder
Packages that use IconDecoder
-
Uses of IconDecoder in org.teamapps.icons
Methods in org.teamapps.icons that return IconDecoderModifier and TypeMethodDescription<I extends Icon<I,S>, S>
IconDecoder<I> IconLibraryRegistry.getIconDecoder(String libraryName) <I extends Icon<I,S>, S>
IconDecoder<I> IconProvider.getIconDecoder(String libraryName) Methods in org.teamapps.icons with parameters of type IconDecoderModifier and TypeMethodDescription<I extends Icon<I,S>, S>
voidIconLibraryRegistry.registerIconLibrary(Class<I> iconClass, String libraryName, IconEncoder<I> iconEncoder, IconDecoder<I> iconDecoder, IconLoader<I> iconLoader, S defaultStyle) <I extends Icon<I,S>, S>
voidIconProvider.registerIconLibrary(Class<I> iconClass, String libraryName, IconEncoder<I> iconEncoder, IconDecoder<I> iconDecoder, IconLoader<I> iconLoader, S defaultStyle) <I extends Icon<I,S>, S>
voidSessionIconProvider.registerIconLibrary(Class<I> iconClass, String libraryName, IconEncoder<I> iconEncoder, IconDecoder<I> iconDecoder, IconLoader<I> iconLoader, S defaultStyle) -
Uses of IconDecoder in org.teamapps.icons.composite
Classes in org.teamapps.icons.composite that implement IconDecoder