Class Page


  • public class Page
    extends Object
    Insert the type's description here. Creation date: (13.5.2001 12:33:52)
    Author:
    cosylab
    • Constructor Detail

      • Page

        public Page()
        Page constructor comment.
    • Method Detail

      • getPageFormat

        public static PageFormat getPageFormat()
        Insert the method's description here. Creation date: (13.5.2001 12:35:50)
        Returns:
        java.awt.print.PageFormat
      • getPrintMode

        public static int getPrintMode()
        Insert the method's description here. Creation date: (13.5.2001 17:45:23)
        Returns:
        int
      • getUserScale

        public static double getUserScale()
        Insert the method's description here. Creation date: (13.5.2001 17:50:21)
        Returns:
        double
      • setPageFormat

        public static void setPageFormat​(PageFormat newPageFormat)
        Insert the method's description here. Creation date: (13.5.2001 12:35:50)
        Parameters:
        newPageFormat - java.awt.print.PageFormat
      • setPrintMode

        public static void setPrintMode​(int newPrintMode)
        Insert the method's description here. Creation date: (13.5.2001 17:45:23)
        Parameters:
        newPrintMode - int
      • setUserScale

        public static void setUserScale​(double newUserScale)
        Insert the method's description here. Creation date: (13.5.2001 17:50:21)
        Parameters:
        newUserScale - double
      • getPrintRequestAttributeSet

        public static PrintRequestAttributeSet getPrintRequestAttributeSet()
        Returns the printRequestAttributeSet.
        Returns:
        PrintRequestAttributeSet
      • setPrintRequestAttributeSet

        public static void setPrintRequestAttributeSet​(PrintRequestAttributeSet printRequestAttributeSet)
        Sets the printRequestAttributeSet.
        Parameters:
        printRequestAttributeSet - The printRequestAttributeSet to set