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:
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getDefaultStyle

      STYLE getDefaultStyle()