| java.lang.Object org.jvnet.substance.watermark.SubstanceNullWatermark
SubstanceNullWatermark | public class SubstanceNullWatermark implements SubstanceWatermark(Code) | | Implementation of
SubstanceWatermark that paints a translucent fill
(with no pattern). This class is part of officially supported API.
author: Kirill Grouchnikov author: Chris Hall |
Field Summary | |
protected Color | color The current color. |
SubstanceNullWatermark | public SubstanceNullWatermark()(Code) | | Simple constructor.
|
dispose | public void dispose()(Code) | | |
drawWatermarkImage | public void drawWatermarkImage(Graphics graphics, Component c, int x, int y, int width, int height)(Code) | | |
getName | public static String getName()(Code) | | Returns the name of all watermarks of this class.
The name of all watermarks of this class. |
isDependingOnTheme | public boolean isDependingOnTheme()(Code) | | |
previewWatermark | public void previewWatermark(Graphics g, int x, int y, int width, int height)(Code) | | |
updateWatermarkImage | public boolean updateWatermarkImage()(Code) | | |
|
|