Uses of Class
org.jdesktop.swingx.painter.ImagePainter.ScaleType

Packages that use ImagePainter.ScaleType
org.jdesktop.swingx.painter Contains classes and interfaces used by painter enabled components. 
 

Uses of ImagePainter.ScaleType in org.jdesktop.swingx.painter
 

Methods in org.jdesktop.swingx.painter that return ImagePainter.ScaleType
 ImagePainter.ScaleType ImagePainter.getScaleType()
           
static ImagePainter.ScaleType ImagePainter.ScaleType.valueOf(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
 void ImagePainter.setScaleType(ImagePainter.ScaleType scaleType)