Class BufferedImagePageProcessor.BufferedImagePage

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.awt.image.BufferedImage _image  
    • Constructor Summary

      Constructors 
      Constructor Description
      BufferedImagePage​(java.awt.image.BufferedImage image)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.Graphics2D getGraphics()  
      • Methods inherited from class java.lang.Object

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

      • _image

        java.awt.image.BufferedImage _image
    • Constructor Detail

      • BufferedImagePage

        BufferedImagePage​(java.awt.image.BufferedImage image)
    • Method Detail

      • getGraphics

        public java.awt.Graphics2D getGraphics()
        Specified by:
        getGraphics in interface FSPage