Uses of Class
ca.corbett.extras.image.ImagePanelConfig
Packages that use ImagePanelConfig
Package
Description
Contains utilities and components related to image handling.
-
Uses of ImagePanelConfig in ca.corbett.extras.image
Fields in ca.corbett.extras.image declared as ImagePanelConfigModifier and TypeFieldDescriptionprotected ImagePanelConfigImagePanel.originalPropertiesA handle on the original ImagePanelConfig (needed because we'll modify these)protected ImagePanelConfigImagePanel.propertiesA handle on our ImagePanelConfig configuration objectMethods in ca.corbett.extras.image that return ImagePanelConfigModifier and TypeMethodDescriptionstatic ImagePanelConfigImagePanelConfig.cloneProperties(ImagePanelConfig other) Clones the given ImagePanelConfig into a new instance.static ImagePanelConfigImagePanelConfig.cloneProperties(ImagePanelConfig other, String newName) static ImagePanelConfigImagePanelConfig.createDefaultProperties()Creates an ImagePanelConfig instance with all default values set.static ImagePanelConfigImagePanelConfig.createDefaultProperties(String name) static ImagePanelConfigImagePanelConfig.createSimpleReadOnlyProperties()Creates an ImagePanelConfig suitable for simply display of a non-zoomable, non-scrollable image.static ImagePanelConfigImagePanelConfig.createSimpleReadOnlyProperties(String name) Methods in ca.corbett.extras.image with parameters of type ImagePanelConfigModifier and TypeMethodDescriptionvoidImagePanel.applyProperties(ImagePanelConfig props) Applies the configuration options in the given ImagePanelConfig instance to this panel.static ImagePanelConfigImagePanelConfig.cloneProperties(ImagePanelConfig other) Clones the given ImagePanelConfig into a new instance.static ImagePanelConfigImagePanelConfig.cloneProperties(ImagePanelConfig other, String newName) Constructors in ca.corbett.extras.image with parameters of type ImagePanelConfigModifierConstructorDescriptionCreates an empty ImagePanel (no image) with the given ImagePanelConfig.ImagePanel(BufferedImage image, ImagePanelConfig props) Creates an ImagePanel with the given image and the given ImagePanelConfig.protectedImagePanel(BufferedImage image, ImageIcon icon, ImagePanelConfig props) Invoked internally to set up a new ImagePanel with EITHER the given BufferedImage or the given ImageIcon - one of those two must be null, as both can't be displayed.ImagePanel(ImageIcon icon, ImagePanelConfig props) Creates an ImagePanel with the given ImageIcon and ImagePanelConfig.