com.java4less.textprinter.printers
Class PlainPrinter

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

public class PlainPrinter
extends TextPrinter


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
PlainPrinter()
           
 
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

PlainPrinter

public PlainPrinter()