swingx
Version 2005-08-19

Uses of Class
org.jdesktop.swingx.util.Resize

Packages that use Resize
org.jdesktop.swingx.painter   
org.jdesktop.swingx.painter.gradient   
org.jdesktop.swingx.util Contains utility API required by JDNC's Swing Extensions. 
 

Uses of Resize in org.jdesktop.swingx.painter
 

Methods in org.jdesktop.swingx.painter that return Resize
 Resize ShapePainter.getResize()
           
 Resize AbstractPainter.getResizeClip()
           
 Resize ShapePainter.getResizeLocation()
           
 

Methods in org.jdesktop.swingx.painter with parameters of type Resize
 void ShapePainter.setResize(Resize r)
          Specifies the resize behavior of the shape.
 void AbstractPainter.setResizeClip(Resize r)
          Specifies the resize behavior of the clip.
 void ShapePainter.setResizeLocation(Resize r)
          Specifies the resize behavior for the location property.
 

Uses of Resize in org.jdesktop.swingx.painter.gradient
 

Methods in org.jdesktop.swingx.painter.gradient that return Resize
 Resize AbstractGradientPainter.getResize()
           
 Resize RadialGradientPainter.getResizeRadius()
           
 

Methods in org.jdesktop.swingx.painter.gradient with parameters of type Resize
 void AbstractGradientPainter.setResize(Resize resize)
          Specifies how the paint will be resized based on the component dimensions.
 void RadialGradientPainter.setResizeRadius(Resize r)
          Specifies the resize behavior for the radius of the RadialGradientPaint.
 

Uses of Resize in org.jdesktop.swingx.util
 

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


swingx
Version 2005-08-19