Uses of Class
org.jdesktop.swingx.painter.ImagePainter.ScaleType
-
Packages that use ImagePainter.ScaleType Package Description org.jdesktop.swingx.painter 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.ScaleType Modifier and Type Field Description private ImagePainter.ScaleType
ImagePainter. scaleType
Methods in org.jdesktop.swingx.painter that return ImagePainter.ScaleType Modifier and Type Method Description ImagePainter.ScaleType
ImagePainter. getScaleType()
static ImagePainter.ScaleType
ImagePainter.ScaleType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ImagePainter.ScaleType[]
ImagePainter.ScaleType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jdesktop.swingx.painter with parameters of type ImagePainter.ScaleType Modifier and Type Method Description void
ImagePainter. setScaleType(ImagePainter.ScaleType scaleType)
-