Uses of Class
org.teamapps.icons.IconType
| Package | Description |
|---|---|
| org.teamapps.icons |
-
Uses of IconType in org.teamapps.icons
Methods in org.teamapps.icons that return IconType Modifier and Type Method Description IconTypeIconResource. getIconType()static IconTypeIconType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IconType[]IconType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.teamapps.icons with parameters of type IconType Constructor Description IconResource(byte[] bytes, IconType iconType)IconResource(byte[] bytes, IconType iconType, int size)