Class OutputDevice
- java.lang.Object
-
- com.levigo.jadice.server.ghostscript.OutputDevice
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ImageOutputDevice
,LaserJet4OutputDevice
,PDFOutputDevice
,PSOutputDevice
,PXLOutputDevice
public abstract class OutputDevice extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OutputDevice()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected void
fillOptions(List<String> options)
protected abstract String
getGhostscriptOutputDeviceName()
abstract String
getOutputMimeType()
-