jet.bean
Interface PrintConfig


public interface PrintConfig


Field Summary
static java.lang.String CHROMATICITY_COLOR
          Color printing.
static java.lang.String CHROMATICITY_MONOCHROME
          Monochrome printing.
static java.lang.String ORIENTATION_LANDSCAPE
          The page will be printed horizontally.
static java.lang.String ORIENTATION_PORTRAIT
          The page will be printed vertically.
static java.lang.String ORIENTATION_REVERSE_LANDSCAPE
          The page will be printed in the opposite manner from landscape.
static java.lang.String ORIENTATION_REVERSE_PORTRAIT
          The page will be printed in the opposite manner from portrait.
static java.lang.String QUALITY_DRAFT
          Lowest quality available on the printer.
static java.lang.String QUALITY_HIGH
          Highest quality available on the printer.
static java.lang.String QUALITY_NORMAL
          Normal or intermediate quality on the printer.
static java.lang.String SHEETCOLLATE_COLLATED
          Sheets within a document appear in collated order when multiple copies are printed.
static java.lang.String SHEETCOLLATE_UNCOLLATED
          Sheets within a document appear in uncollated order when multiple copies are printed.
static java.lang.String SIDES_DUPLEX
          The difference between duplex and tumble concerns whether pages are printed with opposite sides sharing a "top" of the page (duplex), so that turning the page side-to-side leaves both sides correctly oriented (as in a book); or these pages are flipped vertically (tumbled), so that turning the page up leaves both sides correctly oriented (as in a legal notepad).
static java.lang.String SIDES_ONE_SIDED
          Imposes each consecutive print-stream page upon the same side of consecutive media sheets.
static java.lang.String SIDES_TUMBLE
          Imposes each consecutive pair of print-stream pages upon front and back sides of consecutive media sheets, so that the orientation of each pair of print-stream pages on the medium will be correct for the reader as if they are binding on the short edge.
static java.lang.String TRAY_BOTTOM
          Deprecated.  
static java.lang.String TRAY_ENVELOPE
          Deprecated.  
static java.lang.String TRAY_LARGE_CAPACITY
          Deprecated.  
static java.lang.String TRAY_MAIN
          Deprecated.  
static java.lang.String TRAY_MANUAL
          Deprecated.  
static java.lang.String TRAY_MIDDLE
          Deprecated.  
static java.lang.String TRAY_SIDE
          Deprecated.  
static java.lang.String TRAY_TOP
          Deprecated.  
 

Field Detail

TRAY_BOTTOM

static final java.lang.String TRAY_BOTTOM
Deprecated. 
The bottom input tray in the printer.

See Also:
CustomMediaTray, Constant Field Values

TRAY_ENVELOPE

static final java.lang.String TRAY_ENVELOPE
Deprecated. 
The envelope input tray in the printer.

See Also:
CustomMediaTray, Constant Field Values

TRAY_LARGE_CAPACITY

static final java.lang.String TRAY_LARGE_CAPACITY
Deprecated. 
The large capacity input tray in the printer.

See Also:
CustomMediaTray, Constant Field Values

TRAY_MANUAL

static final java.lang.String TRAY_MANUAL
Deprecated. 
The manual input tray in the printer.

See Also:
CustomMediaTray, Constant Field Values

TRAY_MAIN

static final java.lang.String TRAY_MAIN
Deprecated. 
The main input tray in the printer.

See Also:
CustomMediaTray, Constant Field Values

TRAY_SIDE

static final java.lang.String TRAY_SIDE
Deprecated. 
The side input tray in the printer.

See Also:
CustomMediaTray, Constant Field Values

TRAY_TOP

static final java.lang.String TRAY_TOP
Deprecated. 
The top input tray in the printer.

See Also:
CustomMediaTray, Constant Field Values

TRAY_MIDDLE

static final java.lang.String TRAY_MIDDLE
Deprecated. 
The middle input tray in the printer.

See Also:
CustomMediaTray, Constant Field Values

ORIENTATION_LANDSCAPE

static final java.lang.String ORIENTATION_LANDSCAPE
The page will be printed horizontally.

See Also:
Constant Field Values

ORIENTATION_PORTRAIT

static final java.lang.String ORIENTATION_PORTRAIT
The page will be printed vertically.

See Also:
Constant Field Values

ORIENTATION_REVERSE_LANDSCAPE

static final java.lang.String ORIENTATION_REVERSE_LANDSCAPE
The page will be printed in the opposite manner from landscape.

See Also:
Constant Field Values

ORIENTATION_REVERSE_PORTRAIT

static final java.lang.String ORIENTATION_REVERSE_PORTRAIT
The page will be printed in the opposite manner from portrait.

See Also:
Constant Field Values

CHROMATICITY_MONOCHROME

static final java.lang.String CHROMATICITY_MONOCHROME
Monochrome printing.

See Also:
Constant Field Values

CHROMATICITY_COLOR

static final java.lang.String CHROMATICITY_COLOR
Color printing.

See Also:
Constant Field Values

QUALITY_DRAFT

static final java.lang.String QUALITY_DRAFT
Lowest quality available on the printer.

See Also:
Constant Field Values

QUALITY_NORMAL

static final java.lang.String QUALITY_NORMAL
Normal or intermediate quality on the printer.

See Also:
Constant Field Values

QUALITY_HIGH

static final java.lang.String QUALITY_HIGH
Highest quality available on the printer.

See Also:
Constant Field Values

SIDES_DUPLEX

static final java.lang.String SIDES_DUPLEX
The difference between duplex and tumble concerns whether pages are printed with opposite sides sharing a "top" of the page (duplex), so that turning the page side-to-side leaves both sides correctly oriented (as in a book); or these pages are flipped vertically (tumbled), so that turning the page up leaves both sides correctly oriented (as in a legal notepad). The orientation will obviously be somewhat different if the printout is landscape mode instead of portrait mode. For most uses, the duplex mode is the more fitting. Imposes each consecutive pair of print-stream pages upon front and back sides of consecutive media sheets, so that the orientation of each pair of print-stream pages on the medium will be correct for the reader as if they are binding on the long edge.

See Also:
Constant Field Values

SIDES_ONE_SIDED

static final java.lang.String SIDES_ONE_SIDED
Imposes each consecutive print-stream page upon the same side of consecutive media sheets.

See Also:
Constant Field Values

SIDES_TUMBLE

static final java.lang.String SIDES_TUMBLE
Imposes each consecutive pair of print-stream pages upon front and back sides of consecutive media sheets, so that the orientation of each pair of print-stream pages on the medium will be correct for the reader as if they are binding on the short edge.

See Also:
Constant Field Values

SHEETCOLLATE_COLLATED

static final java.lang.String SHEETCOLLATE_COLLATED
Sheets within a document appear in collated order when multiple copies are printed.

See Also:
Constant Field Values

SHEETCOLLATE_UNCOLLATED

static final java.lang.String SHEETCOLLATE_UNCOLLATED
Sheets within a document appear in uncollated order when multiple copies are printed.

See Also:
Constant Field Values