Interface IPageDevice


  • public interface IPageDevice
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void close()
      Closes this page device.
      IPage newPage​(int width, int height, java.awt.Color backgroundColor)
      Creates a new page with specified width and height.
    • Method Detail

      • newPage

        IPage newPage​(int width,
                      int height,
                      java.awt.Color backgroundColor)
        Creates a new page with specified width and height.
        Parameters:
        width - page width.
        height - page height.
        backgroundColor - background color.
        Returns:
        the new page.
      • close

        void close()
            throws java.lang.Exception
        Closes this page device.
        Throws:
        java.lang.Exception