Class PSOutputDevice
- java.lang.Object
-
- com.levigo.jadice.server.ghostscript.OutputDevice
-
- com.levigo.jadice.server.ghostscript.PSOutputDevice
-
- All Implemented Interfaces:
Serializable
public class PSOutputDevice extends OutputDevice
The PSOutputDevice generates PostScript or Encapsulated PostScript.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PSOutputDevice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getGhostscriptOutputDeviceName()
String
getOutputMimeType()
boolean
isEncapsulated()
void
setEncapsulated(boolean encapsulated)
Set whether to generate encapsulated PostScript (EPS).-
Methods inherited from class com.levigo.jadice.server.ghostscript.OutputDevice
fillOptions
-
-
-
-
Method Detail
-
getGhostscriptOutputDeviceName
protected String getGhostscriptOutputDeviceName()
- Specified by:
getGhostscriptOutputDeviceName
in classOutputDevice
-
isEncapsulated
public boolean isEncapsulated()
- Returns:
- whether to generate encapsulated PostScript (EPS).
-
setEncapsulated
public void setEncapsulated(boolean encapsulated)
Set whether to generate encapsulated PostScript (EPS).- Parameters:
encapsulated
-true
to generated encapsulated PostScript (EPS),false
otherwise
-
getOutputMimeType
public String getOutputMimeType()
- Specified by:
getOutputMimeType
in classOutputDevice
-
-