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

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.modules.output.pageable.plaintext.driver.AbstractEpsonPrinterDriver
      extended by org.pentaho.reporting.engine.classic.core.modules.output.pageable.plaintext.driver.Epson24PinPrinterDriver
All Implemented Interfaces:
PrinterDriver

public class Epson24PinPrinterDriver
extends AbstractEpsonPrinterDriver


Field Summary
static String EPSON_24PIN_PRINTER_TYPE
           
 
Fields inherited from class org.pentaho.reporting.engine.classic.core.modules.output.pageable.plaintext.driver.AbstractEpsonPrinterDriver
FONT_15_CPI, OP_NO_ASSIGN_CHAR_TABLE
 
Constructor Summary
Epson24PinPrinterDriver(OutputStream out, float charsPerInch, float linesPerInch, String printerModel)
           
 
Method Summary
static String getDefaultPrinter()
           
static PrinterSpecificationManager loadSpecificationManager()
           
 
Methods inherited from class org.pentaho.reporting.engine.classic.core.modules.output.pageable.plaintext.driver.AbstractEpsonPrinterDriver
endLine, endPage, flush, getCharactersPerInch, getDriverState, getFallBackCharset, getFontMapper, getLinesPerInch, getPrinterSpecification, printChunk, printEmptyChunk, printRaw, setFallBackCharset, setFontMapper, startLine, startPage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EPSON_24PIN_PRINTER_TYPE

public static final String EPSON_24PIN_PRINTER_TYPE
See Also:
Constant Field Values
Constructor Detail

Epson24PinPrinterDriver

public Epson24PinPrinterDriver(OutputStream out,
                               float charsPerInch,
                               float linesPerInch,
                               String printerModel)
Method Detail

loadSpecificationManager

public static PrinterSpecificationManager loadSpecificationManager()

getDefaultPrinter

public static String getDefaultPrinter()