|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cosylab.vdct.graphics.printing.Page
public class Page
Insert the type's description here. Creation date: (13.5.2001 12:33:52)
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 |
---|
public static final int TRUE_SCALE
public static final int USER_SCALE
public static final int FIT_SCALE
Constructor Detail |
---|
public Page()
Method Detail |
---|
public static java.awt.print.PageFormat getPageFormat()
public static int getPrintMode()
public static double getUserScale()
public static void setPageFormat(java.awt.print.PageFormat newPageFormat)
newPageFormat
- java.awt.print.PageFormatpublic static void setPrintMode(int newPrintMode)
newPrintMode
- intpublic static void setUserScale(double newUserScale)
newUserScale
- doublepublic static javax.print.attribute.PrintRequestAttributeSet getPrintRequestAttributeSet()
public static void setPrintRequestAttributeSet(javax.print.attribute.PrintRequestAttributeSet printRequestAttributeSet)
printRequestAttributeSet
- The printRequestAttributeSet to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |