com.cosylab.vdct.graphics.printing
Class Page

java.lang.Object
  extended by com.cosylab.vdct.graphics.printing.Page

public class Page
extends java.lang.Object

Insert the type's description here. Creation date: (13.5.2001 12:33:52)

Author:

Field Summary
static int FIT_SCALE
           
static int TRUE_SCALE
           
static int USER_SCALE
           
 
Constructor Summary
Page()
          Page constructor comment.
 
Method Summary
static java.awt.print.PageFormat getPageFormat()
          Insert the method's description here.
static int getPrintMode()
          Insert the method's description here.
static javax.print.attribute.PrintRequestAttributeSet getPrintRequestAttributeSet()
          Returns the printRequestAttributeSet.
static double getUserScale()
          Insert the method's description here.
static void setPageFormat(java.awt.print.PageFormat newPageFormat)
          Insert the method's description here.
static void setPrintMode(int newPrintMode)
          Insert the method's description here.
static void setPrintRequestAttributeSet(javax.print.attribute.PrintRequestAttributeSet printRequestAttributeSet)
          Sets the printRequestAttributeSet.
static void setUserScale(double newUserScale)
          Insert the method's description here.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRUE_SCALE

public static final int TRUE_SCALE
See Also:
Constant Field Values

USER_SCALE

public static final int USER_SCALE
See Also:
Constant Field Values

FIT_SCALE

public static final int FIT_SCALE
See Also:
Constant Field Values
Constructor Detail

Page

public Page()
Page constructor comment.

Method Detail

getPageFormat

public static java.awt.print.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(java.awt.print.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 javax.print.attribute.PrintRequestAttributeSet getPrintRequestAttributeSet()
Returns the printRequestAttributeSet.

Returns:
PrintRequestAttributeSet

setPrintRequestAttributeSet

public static void setPrintRequestAttributeSet(javax.print.attribute.PrintRequestAttributeSet printRequestAttributeSet)
Sets the printRequestAttributeSet.

Parameters:
printRequestAttributeSet - The printRequestAttributeSet to set