Class WatermarkRenderer

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public class WatermarkRenderer
    extends java.lang.Object
    implements java.lang.AutoCloseable
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      void draw​(int width, int height)  
      void init​(WatermarkInfo watermarkInfo)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WatermarkRenderer

        public WatermarkRenderer()
    • Method Detail

      • draw

        public void draw​(int width,
                         int height)
      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable