Class DefaultPageProcessor.DefaultPage

  • All Implemented Interfaces:
    FSPage
    Enclosing class:
    DefaultPageProcessor

    public static class DefaultPageProcessor.DefaultPage
    extends java.lang.Object
    implements FSPage
    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultPage​(int pgNo, int w, int h, FSPageOutputStreamSupplier osFactory, int imageType, java.lang.String imageFormat)  
    • Method Summary

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

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

      • _img

        private final java.awt.image.BufferedImage _img
      • _g2d

        private final java.awt.Graphics2D _g2d
      • _pgNo

        private final int _pgNo
      • _imgFrmt

        private final java.lang.String _imgFrmt
    • Constructor Detail

      • DefaultPage

        public DefaultPage​(int pgNo,
                           int w,
                           int h,
                           FSPageOutputStreamSupplier osFactory,
                           int imageType,
                           java.lang.String imageFormat)
    • Method Detail

      • getGraphics

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

        public void save()