Schnittstelle Icon<ICON extends Icon<ICON,STYLE>,STYLE>

Typparameter:
ICON - Must be a self class reference.
STYLE - The style class these icons support.
Alle bekannten Implementierungsklassen:
CompositeIcon

public interface Icon<ICON extends Icon<ICON,STYLE>,STYLE>
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
     
    Creates a copy of this icon with the specified style.
  • Methodendetails

    • withStyle

      ICON withStyle(STYLE style)
      Creates a copy of this icon with the specified style. The style may be null!
      Parameter:
      style - The style to apply. May be null!
      Gibt zurück:
      A copy of this icon with the specified style.
    • getStyle

      STYLE getStyle()
      Gibt zurück:
      The style of this icon. May be null!