Interface Watermark
-
- All Known Implementing Classes:
AbstractImageWatermark
,AbstractWatermark
,ADAMS
,Default
,FromFile
,FromResource
,MultiWatermark
,Null
,Text
public interface Watermark
Interface for classes that can apply watermarks.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
applyWatermark(Graphics g, Dimension dimension)
Applies the watermark in the specified graphics context.
-