Interface DefaultStyleSupplier<STYLE>

  • Type Parameters:
    STYLE - The style class
    All Known Implementing Classes:
    CompositeIconDefaultStyleSupplier

    public interface DefaultStyleSupplier<STYLE>
    Provides the default style for an icon library.

    Implementations MUST provide a default constructor!

    See Also:
    IconLibrary
    • Method Detail

      • getDefaultStyle

        STYLE getDefaultStyle()