Class FAXOutputDevice
- java.lang.Object
-
- com.levigo.jadice.server.ghostscript.OutputDevice
-
- com.levigo.jadice.server.ghostscript.ImageOutputDevice
-
- com.levigo.jadice.server.ghostscript.FAXOutputDevice
-
- All Implemented Interfaces:
Serializable
public class FAXOutputDevice extends ImageOutputDevice
AnOutputDevice
generating raw FAX images.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FAXOutputDevice.FAXType
This enum determines the type of FAX that is generated.
-
Constructor Summary
Constructors Constructor Description FAXOutputDevice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getGhostscriptOutputDeviceName()
String
getOutputMimeType()
FAXOutputDevice.FAXType
getType()
void
setType(FAXOutputDevice.FAXType type)
Set the type of FAX to generate.-
Methods inherited from class com.levigo.jadice.server.ghostscript.ImageOutputDevice
fillOptions, getGraphicsAlphaBits, getTextAlphaBits, getXResolution, getYResolution, setGraphicsAlphaBits, setResolution, setTextAlphaBits, setXResolution, setYResolution
-
-
-
-
Method Detail
-
getType
public FAXOutputDevice.FAXType getType()
- Returns:
- the type of FAX to generate.
-
setType
public void setType(FAXOutputDevice.FAXType type)
Set the type of FAX to generate.- Parameters:
type
- theFAX compression type
-
getGhostscriptOutputDeviceName
protected String getGhostscriptOutputDeviceName()
- Specified by:
getGhostscriptOutputDeviceName
in classOutputDevice
-
getOutputMimeType
public String getOutputMimeType()
- Specified by:
getOutputMimeType
in classOutputDevice
-
-