Uses of Enum Class
ca.corbett.extras.image.ImagePanelConfig.Quality
Packages that use ImagePanelConfig.Quality
Package
Description
Contains utilities and components related to image handling.
-
Uses of ImagePanelConfig.Quality in ca.corbett.extras.image
Methods in ca.corbett.extras.image that return ImagePanelConfig.QualityModifier and TypeMethodDescriptionImagePanelConfig.getRenderingQuality()Gets the image rendering quality preference: QUICK_AND_DIRTY emphasizes speed over quality, while SLOW_AND_ACCURATE does the opposite.ImagePanelFormField.getRenderQuality()static ImagePanelConfig.QualityReturns the enum constant of this class with the specified name.static ImagePanelConfig.Quality[]ImagePanelConfig.Quality.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.corbett.extras.image that return types with arguments of type ImagePanelConfig.QualityMethods in ca.corbett.extras.image with parameters of type ImagePanelConfig.QualityModifier and TypeMethodDescriptionvoidImagePanelConfig.setRenderingQuality(ImagePanelConfig.Quality quality) Sets the image rendering quality preference: QUICK_AND_DIRTY emphasizes speed over quality, while SLOW_AND_ACCURATE does the opposite.ImagePanelFormField.setRenderQuality(ImagePanelConfig.Quality quality)