swingx
Version 2005-08-19

Package org.jdesktop.swingx.painter

Interface Summary
Effect  
Painter<T extends JComponent> Simple API for delegating painting.
 

Class Summary
AbstractPainter<T extends JComponent> A convenient base class from which concrete Painter implementations may extend.
AbstractPainterBeanInfo  
AbstractPainterBeanInfo.AlphaInterpolationPropertyEditor  
AbstractPainterBeanInfo.AntialiasingPropertyEditor  
AbstractPainterBeanInfo.ColorRenderingPropertyEditor  
AbstractPainterBeanInfo.CompositePropertyEditor  
AbstractPainterBeanInfo.DitheringPropertyEditor  
AbstractPainterBeanInfo.FractionalMetricsPropertyEditor  
AbstractPainterBeanInfo.InterpolationPropertyEditor  
AbstractPainterBeanInfo.RenderingPropertyEditor  
AbstractPainterBeanInfo.ResizeClipPropertyEditor  
AbstractPainterBeanInfo.StrokeControlPropertyEditor  
AbstractPainterBeanInfo.TextAntialiasingPropertyEditor  
BackgroundPainter A basic Painter implementation that uses the background color of the component for painting.
BackgroundPainterBeanInfo  
CheckerboardPainter A Painter implementation that paints a checkerboard pattern.
CheckerboardPainterBeanInfo  
CompoundPainter A Painter implemention that contains an array of Painters, and executes them in order.
CompoundPainterBeanInfo  
GlossPainter A Painter implementation that simulates a gloss effect.
IconPainter An ImagePainter subclass that provides convenience methods "setIcon" and "getIcon" to use Icons (and ImageIcons) rather than Images directly.
IconPainterBeanInfo  
ImageEffect  
ImagePainter A Painter instance that paints an image.
MattePainter A Painter implementation that uses a Paint to fill the entire background area using that Paint.
PinstripePainter A fun Painter that paints pinstripes.
PinstripePainterBeanInfo  
ShapePainter A Painter that paints Shapes.
TextPainter "Paints" text at the given location.
 

Enum Summary
GlossPainter.GlossPosition Used to define the position of the gloss on the painted area.
ImagePainter.Style An enumeration of Styles supported by the ImagePainter.
ShapePainter.Style Different available fill styles.
 


swingx
Version 2005-08-19