Class LaserJet4OutputDevice
- java.lang.Object
-
- com.levigo.jadice.server.ghostscript.OutputDevice
-
- com.levigo.jadice.server.ghostscript.LaserJet4OutputDevice
-
- All Implemented Interfaces:
Serializable
public class LaserJet4OutputDevice extends OutputDevice
The LaserJet4OutputDevice generates HP PCL, a graphic language understood by many recent laser printers.- Since:
- jadice server 4.3.1.20
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LaserJet4OutputDevice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getGhostscriptOutputDeviceName()
String
getOutputMimeType()
boolean
isDuplex()
void
setDuplex(boolean duplex)
-
Methods inherited from class com.levigo.jadice.server.ghostscript.OutputDevice
fillOptions
-
-
-
-
Method Detail
-
getGhostscriptOutputDeviceName
protected String getGhostscriptOutputDeviceName()
- Specified by:
getGhostscriptOutputDeviceName
in classOutputDevice
-
getOutputMimeType
public String getOutputMimeType()
- Specified by:
getOutputMimeType
in classOutputDevice
-
setDuplex
public void setDuplex(boolean duplex)
-
isDuplex
public boolean isDuplex()
-
-