Uses of Class
org.tbee.swing.WatermarkPainter

Packages that use WatermarkPainter
org.tbee.swing   
 

Uses of WatermarkPainter in org.tbee.swing
 

Subclasses of WatermarkPainter in org.tbee.swing
 class WatermarkPainterStamp
          An extension of WatermarkPainter that paints a translucent image in the bottom right corner of the component.
 

Methods in org.tbee.swing that return WatermarkPainter
 WatermarkPainter JViewportWatermark.getBackgroundPainter()
          Return the painter that paints the background.
 WatermarkPainter JViewportWatermark.getForegroundPainter()
          Return the painter that paints the foreground.
 

Methods in org.tbee.swing with parameters of type WatermarkPainter
 void JViewportWatermark.setBackgroundPainter(WatermarkPainter painter)
          Set the painter to use to paint the background.
 void JViewportWatermark.setForegroundPainter(WatermarkPainter painter)
          Set the painter to use to paint the foregreound.
 

Constructors in org.tbee.swing with parameters of type WatermarkPainter
JViewportWatermark(WatermarkPainter bgPainter, WatermarkPainter fgPainter)
          Creates a WatermarkViewport with the specified background and foreground painters.
 



Copyright © 2010 KnowledgePlaza. All Rights Reserved.