| java.lang.Object org.jvnet.substance.watermark.SubstanceLatchWatermark
SubstanceLatchWatermark | public class SubstanceLatchWatermark implements SubstanceWatermark(Code) | | Simple implementation of
SubstanceWatermark , drawing cross hatches
as watermark. This class is part of officially supported API.
author: Kirill Grouchnikov author: Chris Hall |
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) | | |
|
|