Interface Watermark
-
- All Known Implementing Classes:
AbstractImageWatermark,AbstractWatermark,ADAMS,Default,FromFile,FromResource,MultiWatermark,Null,Text
public interface WatermarkInterface 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 voidapplyWatermark(Graphics g, Dimension dimension)Applies the watermark in the specified graphics context.
-