Package org.teamapps.icons.composite
Klasse CompositeIcon
java.lang.Object
org.teamapps.icons.composite.CompositeIcon
- Alle implementierten Schnittstellen:
Icon<CompositeIcon,Void>
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetStyle()static CompositeIconstatic CompositeIconCreates a copy of this icon with the specified style.
-
Methodendetails
-
of
-
of
-
getBaseIcon
-
getBottomRightIcon
-
getBottomLeftIcon
-
getTopLeftIcon
-
getTopRightIcon
-
withStyle
Beschreibung aus Schnittstelle kopiert:IconCreates a copy of this icon with the specified style. The style may be null!- Angegeben von:
withStylein SchnittstelleIcon<CompositeIcon,Void> - Parameter:
unused- The style to apply. May be null!- Gibt zurück:
- A copy of this icon with the specified style.
-
getStyle
- Angegeben von:
getStylein SchnittstelleIcon<CompositeIcon,Void> - Gibt zurück:
- The style of this icon. May be null!
-