Uses of Interface
org.teamapps.icons.api.Icon
-
Packages that use Icon Package Description org.teamapps.icons.api -
-
Uses of Icon in org.teamapps.icons.api
Subinterfaces of Icon in org.teamapps.icons.api Modifier and Type Interface Description interfaceSimpleIconClasses in org.teamapps.icons.api that implement Icon Modifier and Type Class Description classCompositeIconclassStaticIconclassStyledCompositeIconclassStyledIconMethods in org.teamapps.icons.api with parameters of type Icon Modifier and Type Method Description static CompositeIconCompositeIcon. of(Icon baseIcon, Icon bottomRightIcon)static CompositeIconCompositeIcon. of(Icon baseIcon, Icon bottomRightIcon, Icon bottomLeftIcon, Icon topLeftIcon, Icon topRightIcon)Constructors in org.teamapps.icons.api with parameters of type Icon Constructor Description CompositeIcon(Icon baseIcon)CompositeIcon(Icon baseIcon, Icon bottomRightIcon)CompositeIcon(Icon baseIcon, Icon bottomRightIcon, Icon bottomLeftIcon, Icon topLeftIcon, Icon topRightIcon)
-