org.pentaho.reporting.engine.classic.core.modules.output.pageable.plaintext.driver
Class PrinterDriverCommands

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.modules.output.pageable.plaintext.driver.PrinterDriverCommands

public class PrinterDriverCommands
extends Object

Creation-Date: 13.05.2007, 15:28:24

Author:
Thomas Morgner

Field Summary
static char CARRIAGE_RETURN
          the Carriage Return control character, the printer carriage returns to the start of the line.
static float CPI_10
           
static float CPI_12
           
static float CPI_15
           
static float CPI_17
           
static float CPI_20
           
static char FORM_FEED
          the form feed character, ejects the current page and starts the next page.
static char LINE_FEED
          scrolls the paper up a single line.
static float LPI_10
           
static float LPI_6
           
static byte SELECT_FONT_COURIER
          the courier font.
static byte SELECT_FONT_FROM_MENU
          selects the font, which is selected on the printer menu.
static byte SELECT_FONT_GOTHIC
          the gothic font.
static byte SELECT_FONT_OCR_A
          the OCR-A font.
static byte SELECT_FONT_OCR_B
          the OCR-B font.
static byte SELECT_FONT_ORATOR
          the orator font.
static byte SELECT_FONT_PRESTIGE
          the prestige font.
static byte SELECT_FONT_ROMAN
          the roman font.
static byte SELECT_FONT_SWISS
          the swiss font.
static byte SELECT_FONT_SWISS_BOLD
          the swiss-bold font.
static char SPACE
          the space character.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SELECT_FONT_ROMAN

public static final byte SELECT_FONT_ROMAN
the roman font.

See Also:
Constant Field Values

SELECT_FONT_SWISS

public static final byte SELECT_FONT_SWISS
the swiss font.

See Also:
Constant Field Values

SELECT_FONT_COURIER

public static final byte SELECT_FONT_COURIER
the courier font.

See Also:
Constant Field Values

SELECT_FONT_PRESTIGE

public static final byte SELECT_FONT_PRESTIGE
the prestige font.

See Also:
Constant Field Values

SELECT_FONT_OCR_A

public static final byte SELECT_FONT_OCR_A
the OCR-A font.

See Also:
Constant Field Values

SELECT_FONT_OCR_B

public static final byte SELECT_FONT_OCR_B
the OCR-B font.

See Also:
Constant Field Values

SELECT_FONT_ORATOR

public static final byte SELECT_FONT_ORATOR
the orator font.

See Also:
Constant Field Values

SELECT_FONT_SWISS_BOLD

public static final byte SELECT_FONT_SWISS_BOLD
the swiss-bold font.

See Also:
Constant Field Values

SELECT_FONT_GOTHIC

public static final byte SELECT_FONT_GOTHIC
the gothic font.

See Also:
Constant Field Values

SELECT_FONT_FROM_MENU

public static final byte SELECT_FONT_FROM_MENU
selects the font, which is selected on the printer menu.

See Also:
Constant Field Values

CARRIAGE_RETURN

public static final char CARRIAGE_RETURN
the Carriage Return control character, the printer carriage returns to the start of the line.

See Also:
Constant Field Values

LINE_FEED

public static final char LINE_FEED
scrolls the paper up a single line.

See Also:
Constant Field Values

FORM_FEED

public static final char FORM_FEED
the form feed character, ejects the current page and starts the next page.

See Also:
Constant Field Values

SPACE

public static final char SPACE
the space character.

See Also:
Constant Field Values

CPI_10

public static final float CPI_10
See Also:
Constant Field Values

CPI_12

public static final float CPI_12
See Also:
Constant Field Values

CPI_15

public static final float CPI_15
See Also:
Constant Field Values

CPI_17

public static final float CPI_17
See Also:
Constant Field Values

CPI_20

public static final float CPI_20
See Also:
Constant Field Values

LPI_10

public static final float LPI_10
See Also:
Constant Field Values

LPI_6

public static final float LPI_6
See Also:
Constant Field Values