Uses of Class
com.levigo.jadice.server.ghostscript.BMPOutputDevice.BMPType
-
Packages that use BMPOutputDevice.BMPType Package Description com.levigo.jadice.server.ghostscript -
-
Uses of BMPOutputDevice.BMPType in com.levigo.jadice.server.ghostscript
Methods in com.levigo.jadice.server.ghostscript that return BMPOutputDevice.BMPType Modifier and Type Method Description BMPOutputDevice.BMPType
BMPOutputDevice. getType()
static BMPOutputDevice.BMPType
BMPOutputDevice.BMPType. valueOf(String name)
Returns the enum constant of this type with the specified name.static BMPOutputDevice.BMPType[]
BMPOutputDevice.BMPType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.levigo.jadice.server.ghostscript with parameters of type BMPOutputDevice.BMPType Modifier and Type Method Description void
BMPOutputDevice. setType(BMPOutputDevice.BMPType type)
Set the type of BMP to generate.
-