Uses of Enum Class
org.teamapps.icons.IconType
Packages that use IconType
-
Uses of IconType in org.teamapps.icons
Subclasses with type arguments of type IconType in org.teamapps.iconsMethods in org.teamapps.icons that return IconTypeModifier and TypeMethodDescriptionIconResource.getIconType()static IconTypeReturns the enum constant of this class with the specified name.static IconType[]IconType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.teamapps.icons with parameters of type IconTypeModifierConstructorDescriptionIconResource(byte[] bytes, IconType iconType) IconResource(byte[] bytes, IconType iconType, int size)