Uses of Class
org.icepdf.ri.images.Images.IconSize
-
Packages that use Images.IconSize Package Description org.icepdf.ri.common org.icepdf.ri.common.widgets.annotations org.icepdf.ri.images -
-
Uses of Images.IconSize in org.icepdf.ri.common
Fields in org.icepdf.ri.common declared as Images.IconSize Modifier and Type Field Description protected Images.IconSizeSwingViewBuilder. iconSizeprotected Images.IconSizeDropDownButton. imageSizeConstructors in org.icepdf.ri.common with parameters of type Images.IconSize Constructor Description DropDownButton(Controller controller, String title, String toolTip, String imageName, Images.IconSize imageSize, Font font) -
Uses of Images.IconSize in org.icepdf.ri.common.widgets.annotations
Constructors in org.icepdf.ri.common.widgets.annotations with parameters of type Images.IconSize Constructor Description AnnotationColorButton(Controller controller, ResourceBundle messageBundle, String title, String toolTip, String imageName, Images.IconSize imageSize, Font font)AnnotationColorToggleButton(Controller controller, ResourceBundle messageBundle, String title, String toolTip, String colorProperty, String imageName, Images.IconSize imageSize, Font font)IconAnnotationColorToggleButton(Controller controller, ResourceBundle messageBundle, String title, String toolTip, String colorProperty, String imageName, Images.IconSize imageSize, Font font, float alpha)IconAnnotationColorToggleButton(Controller controller, ResourceBundle messageBundle, String title, String toolTip, String colorProperty, String imageName, Images.IconSize imageSize, Font font, float alpha, Color defaultColor)Instantiates a buttonQuickPaintAnnotationButton(Controller controller, ResourceBundle messageBundle, String title, String toolTip, String imageName, Images.IconSize imageSize, Font font) -
Uses of Images.IconSize in org.icepdf.ri.images
Methods in org.icepdf.ri.images that return Images.IconSize Modifier and Type Method Description static Images.IconSizeImages. getDefaultIconSizeOr(Preferences preferences, Images.IconSize elseValue)Get the current setting for the icon size or the given "else" value if preference is unset or is invalidstatic Images.IconSizeImages. getDefaultIconSizeOr(ViewerPropertiesManager propertiesManager, Images.IconSize elseValue)Get the current setting for the icon size or the given "else" value if preference is unset or is invalidstatic Images.IconSizeImages.IconSize. valueOf(String name)Returns the enum constant of this type with the specified name.static Images.IconSize[]Images.IconSize. 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 Images.IconSize 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 buttonstatic voidImages. applyIcons(AbstractButton button, String iconName, Images.IconSize size)Apply normal, pressed, rollover and disabled variants of the given icon in the given size to the given buttonstatic Images.IconSizeImages. getDefaultIconSizeOr(Preferences preferences, Images.IconSize elseValue)Get the current setting for the icon size or the given "else" value if preference is unset or is invalidstatic Images.IconSizeImages. getDefaultIconSizeOr(ViewerPropertiesManager propertiesManager, Images.IconSize elseValue)Get the current setting for the icon size or the given "else" value if preference is unset or is invalidIconDefaultIconPack. 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 pack
-