swingx
Version 2005-08-19

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

Packages that use ImagePainter.Style
org.jdesktop.swingx.painter   
 

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

Methods in org.jdesktop.swingx.painter that return ImagePainter.Style
 ImagePainter.Style ImagePainter.getStyle()
           
static ImagePainter.Style ImagePainter.Style.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ImagePainter.Style[] ImagePainter.Style.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.jdesktop.swingx.painter with parameters of type ImagePainter.Style
 void ImagePainter.setStyle(ImagePainter.Style s)
          Sets what style to use when painting the image
 

Constructors in org.jdesktop.swingx.painter with parameters of type ImagePainter.Style
ImagePainter(Image image, ImagePainter.Style style)
          Create a new ImagePainter with the specified image and style.
 


swingx
Version 2005-08-19