Uses of Class
de.jangassen.icns.IcnsType
-
Packages that use IcnsType Package Description de.jangassen.icns -
-
Uses of IcnsType in de.jangassen.icns
Methods in de.jangassen.icns that return IcnsType Modifier and Type Method Description static IcnsTypeIcnsType. valueOf(String name)Returns the enum constant of this type with the specified name.static IcnsType[]IcnsType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.jangassen.icns with parameters of type IcnsType Modifier and Type Method Description InputStreamIcnsParser. getIconStream(IcnsType iconType)booleanIcnsParser. hasIconType(IcnsType iconType)
-