com.java4less.textprinter.printers
Class ESCPPrinter

java.lang.Object
  |
  +--com.java4less.textprinter.TextPrinter
        |
        +--com.java4less.textprinter.printers.ESCPPrinter

public class ESCPPrinter
extends TextPrinter

commands for Epson ESCP or compatible printers.


Field Summary
 
Fields inherited from class com.java4less.textprinter.TextPrinter
blCornerChar, brCornerChar, calculateLineSpacing, calculatePitchAndHMI, crossLineChar, debug, defaultCharSet, hbLineChar, hLineChar, htLineChar, linesCharSet, performCharSetConversion, tlCornerChar, trCornerChar, vLineChar, vlLineChar, vrLineChar
 
Constructor Summary
ESCPPrinter()
           
 
Methods inherited from class com.java4less.textprinter.TextPrinter
endJob, getBufferSize, getDefaultJobProperties, getDefaultTextProperties, getFirstElements, getSupportedCharPitch, getSupportedCharSets, getSupportedFonts, getSupportedInterspaing, newLine, newPage, printArray, printHorizontalLine, printRectangle, printString, printString, printString, printString, printString, printVerticalLine, setBufferSize, setLFafterCR, startJob
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ESCPPrinter

public ESCPPrinter()