com.java4less.textprinter.printers
Class PCLPrinter

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

public class PCLPrinter
extends TextPrinter

commands HP laser printers supporting the PCL language


Field Summary
 
Fields inherited from class com.java4less.textprinter.TextPrinter
blCornerChar, brCornerChar, hLineChar, linesCharSet, tlCornerChar, trCornerChar, vLineChar
 
Constructor Summary
PCLPrinter()
           
 
Methods inherited from class com.java4less.textprinter.TextPrinter
endJob, getBufferSize, newLine, newPage, printHorizontalLine, printRectangle, 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

PCLPrinter

public PCLPrinter()