Class CompositeIcon
java.lang.Object
org.teamapps.icons.composite.CompositeIcon
- All Implemented Interfaces:
Icon<CompositeIcon,Void>
-
Method Summary
Modifier and TypeMethodDescriptiongetStyle()static CompositeIconstatic CompositeIconCreates a copy of this icon with the specified style.
-
Method Details
-
of
-
of
-
getBaseIcon
-
getBottomRightIcon
-
getBottomLeftIcon
-
getTopLeftIcon
-
getTopRightIcon
-
withStyle
Description copied from interface:IconCreates a copy of this icon with the specified style. The style may be null!- Specified by:
withStylein interfaceIcon<CompositeIcon,Void> - Parameters:
unused- The style to apply. May be null!- Returns:
- A copy of this icon with the specified style.
-
getStyle
- Specified by:
getStylein interfaceIcon<CompositeIcon,Void> - Returns:
- The style of this icon. May be null!
-