Uses of Class
org.teamapps.icons.api.StyledIcon
| Package | Description |
|---|---|
| org.teamapps.icons.api |
-
Uses of StyledIcon in org.teamapps.icons.api
Methods in org.teamapps.icons.api that return StyledIcon Modifier and Type Method Description StyledIconStyledCompositeIcon. getBaseIcon()StyledIconStyledCompositeIcon. getBottomLeftIcon()StyledIconStyledCompositeIcon. getBottomRightIcon()StyledIconStyledCompositeIcon. getTopLeftIcon()StyledIconStyledCompositeIcon. getTopRightIcon()static StyledIconStyledIcon. parseIcon(java.lang.String styledIconId)Constructors in org.teamapps.icons.api with parameters of type StyledIcon Constructor Description StyledCompositeIcon(StyledIcon baseIcon)StyledCompositeIcon(StyledIcon baseIcon, StyledIcon bottomRightIcon, StyledIcon bottomLeftIcon, StyledIcon topLeftIcon, StyledIcon topRightIcon)