Uses of Class
org.icepdf.ri.images.IconPack.Variant
-
Packages that use IconPack.Variant Package Description org.icepdf.ri.images -
-
Uses of IconPack.Variant in org.icepdf.ri.images
Methods in org.icepdf.ri.images that return IconPack.Variant Modifier and Type Method Description static IconPack.VariantIconPack.Variant. valueOf(String name)Returns the enum constant of this type with the specified name.static IconPack.Variant[]IconPack.Variant. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.icepdf.ri.images with parameters of type IconPack.Variant Modifier and Type Method Description static voidImages. applyIcon(AbstractButton button, String iconName, IconPack.Variant variant, Images.IconSize size)Apply the given icon in the given variant and size to the given buttonIconDefaultIconPack. getIcon(String name, IconPack.Variant variant, Images.IconSize size)abstract IconIconPack. getIcon(String name, IconPack.Variant variant, Images.IconSize size)Gets a single icon with the given name in the given variant and size from the classpath.static IconImages. getSingleIcon(String iconName, IconPack.Variant variant, Images.IconSize size)Get a single icon in the given variant and size from the current icon packConstructors in org.icepdf.ri.images with parameters of type IconPack.Variant Constructor Description VariantPool(IconPack.Variant... variants)
-