Uses of Enum Class
org.jdesktop.swingx.painter.ImagePainter.ScaleType
Packages that use ImagePainter.ScaleType
Package
Description
Contains classes and interfaces used by painter enabled components.
-
Uses of ImagePainter.ScaleType in org.jdesktop.swingx.painter
Fields in org.jdesktop.swingx.painter declared as ImagePainter.ScaleTypeMethods in org.jdesktop.swingx.painter that return ImagePainter.ScaleTypeModifier and TypeMethodDescriptionImagePainter.getScaleType()static ImagePainter.ScaleTypeReturns the enum constant of this class with the specified name.static ImagePainter.ScaleType[]ImagePainter.ScaleType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jdesktop.swingx.painter with parameters of type ImagePainter.ScaleTypeModifier and TypeMethodDescriptionvoidImagePainter.setScaleType(ImagePainter.ScaleType scaleType)