Package org.teamapps.icons.api
Class StyledCompositeIcon
java.lang.Object
org.teamapps.icons.api.StyledCompositeIcon
- All Implemented Interfaces:
Icon
public class StyledCompositeIcon extends java.lang.Object implements Icon
-
Field Summary
-
Constructor Summary
Constructors Constructor Description StyledCompositeIcon(StyledIcon baseIcon)StyledCompositeIcon(StyledIcon baseIcon, StyledIcon bottomRightIcon, StyledIcon bottomLeftIcon, StyledIcon topLeftIcon, StyledIcon topRightIcon) -
Method Summary
Modifier and Type Method Description StyledIcongetBaseIcon()StyledIcongetBottomLeftIcon()StyledIcongetBottomRightIcon()java.lang.StringgetQualifiedIconId(IconTheme theme, boolean baseStyle)StyledIcongetTopLeftIcon()StyledIcongetTopRightIcon()static booleanisComposedIcon(java.lang.String icon)static StyledCompositeIconparse(java.lang.String icon)java.lang.StringtoString()
-
Constructor Details
-
StyledCompositeIcon
-
StyledCompositeIcon
public StyledCompositeIcon(StyledIcon baseIcon, StyledIcon bottomRightIcon, StyledIcon bottomLeftIcon, StyledIcon topLeftIcon, StyledIcon topRightIcon)
-
-
Method Details
-
isComposedIcon
public static boolean isComposedIcon(java.lang.String icon) -
parse
-
getBaseIcon
-
getBottomLeftIcon
-
getBottomRightIcon
-
getTopLeftIcon
-
getTopRightIcon
-
getQualifiedIconId
- Specified by:
getQualifiedIconIdin interfaceIcon
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-