Uses of Class
com.levigo.jadice.server.ghostscript.PNGOutputDevice.PNGType
-
Packages that use PNGOutputDevice.PNGType Package Description com.levigo.jadice.server.ghostscript -
-
Uses of PNGOutputDevice.PNGType in com.levigo.jadice.server.ghostscript
Methods in com.levigo.jadice.server.ghostscript that return PNGOutputDevice.PNGType Modifier and Type Method Description PNGOutputDevice.PNGType
PNGOutputDevice. getType()
static PNGOutputDevice.PNGType
PNGOutputDevice.PNGType. valueOf(String name)
Returns the enum constant of this type with the specified name.static PNGOutputDevice.PNGType[]
PNGOutputDevice.PNGType. 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 PNGOutputDevice.PNGType Modifier and Type Method Description void
PNGOutputDevice. setType(PNGOutputDevice.PNGType type)
Set the type of PNG to generate.
-