Package net.sf.lpr

Interface Summary
LPR All classes that implement this interface are part of the high level API that most users would want use.
 

Class Summary
LPRAsBerkeleyUnixPlot Used to send a Berkely Unix Plot file to the server to be printed
LPRDitroff Sends a ditroff file to the LPD server to be printed
LPRDVI Sends a DVI file to the LPD server to be printed
LPRFORTRAN Sends a FORTRAN formated file to the LPD server to be printed
LPRLeavingControlCharacters Send a file to the LPD server that will leave the control characters in the file
LPRPlainText Sends a plain text file to the LPD server to be printed
LPRPostscript Sends a postscript formated file to the LPD server to be printed on the provided print queue
LPRQueueDepthLong Concrete implementation that Queries the LPD server for its current depth passing the short code to the server.
LPRQueueDepthShort Concrete implementation that Queries the LPD server for its current depth passing the long code to the server.
LPRUtils Utility class for doing some of the dumb work that is needed in more than one place but makes little sense to have in a parent class.