Klasse CompositeIcon

java.lang.Object
org.teamapps.icons.composite.CompositeIcon
Alle implementierten Schnittstellen:
Icon<CompositeIcon,Void>

public class CompositeIcon extends Object implements Icon<CompositeIcon,Void>
  • Methodendetails

    • of

      public static CompositeIcon of(Icon baseIcon, Icon bottomRightIcon)
    • of

      public static CompositeIcon of(Icon baseIcon, Icon bottomRightIcon, Icon bottomLeftIcon, Icon topLeftIcon, Icon topRightIcon)
    • getBaseIcon

      public Icon getBaseIcon()
    • getBottomRightIcon

      public Icon getBottomRightIcon()
    • getBottomLeftIcon

      public Icon getBottomLeftIcon()
    • getTopLeftIcon

      public Icon getTopLeftIcon()
    • getTopRightIcon

      public Icon getTopRightIcon()
    • withStyle

      public CompositeIcon withStyle(Void unused)
      Beschreibung aus Schnittstelle kopiert: Icon
      Creates a copy of this icon with the specified style. The style may be null!
      Angegeben von:
      withStyle in Schnittstelle Icon<CompositeIcon,Void>
      Parameter:
      unused - The style to apply. May be null!
      Gibt zurück:
      A copy of this icon with the specified style.
    • getStyle

      public Void getStyle()
      Angegeben von:
      getStyle in Schnittstelle Icon<CompositeIcon,Void>
      Gibt zurück:
      The style of this icon. May be null!