Uses of Class
org.ghost4j.GhostscriptException
Packages that use GhostscriptException
-
Uses of GhostscriptException in org.ghost4j
Methods in org.ghost4j that throw GhostscriptExceptionModifier and TypeMethodDescriptionprotected voidAbstractComponent.assertDeviceSupported(String deviceName) Asserts a given device is supported by the current Ghostscript version.Ghostscript.buildNativeDisplayCallback(DisplayCallback displayCallback) Builds a native display callback from a DisplayCallback object.static voidGhostscript.deleteInstance()Deletes the singleton instance of the Ghostscript object.voidGhostscript.exit()Exits Ghostscript interpreter.Ghostscript.getNativeInstanceByRef()Singleton factory method for getting a Ghostscript,interpreter instance.voidGhostscript.initialize(String[] args) Initializes Ghostscript interpreter.protected booleanAbstractComponent.isDeviceSupported(String deviceName) Checks if a given device is supported by the current Ghostscript version.voidSends file Ghostscript interpreter.voidSends command string to Ghostscript interpreter. -
Uses of GhostscriptException in org.ghost4j.display
Methods in org.ghost4j.display that throw GhostscriptExceptionModifier and TypeMethodDescriptionvoidDisplayCallback.displayClose()Method called when device has been closed.voidImageWriterDisplayCallback.displayClose()voidPageRasterDisplayCallback.displayClose()voidDisplayCallback.displayOpen()Method called when new device has been opened.voidImageWriterDisplayCallback.displayOpen()voidPageRasterDisplayCallback.displayOpen()voidDisplayCallback.displayPage(int width, int height, int raster, int format, int copies, int flush, byte[] imageData) Method called on show page.voidImageWriterDisplayCallback.displayPage(int width, int height, int raster, int format, int copies, int flush, byte[] imageData) voidPageRasterDisplayCallback.displayPage(int width, int height, int raster, int format, int copies, int flush, byte[] imageData) voidDisplayCallback.displayPreClose()Method called when device is about to be closed.voidImageWriterDisplayCallback.displayPreClose()voidPageRasterDisplayCallback.displayPreClose()voidDisplayCallback.displayPreSize(int width, int height, int raster, int format) Method called when device is about to be resized.voidImageWriterDisplayCallback.displayPreSize(int width, int height, int raster, int format) voidPageRasterDisplayCallback.displayPreSize(int width, int height, int raster, int format) voidDisplayCallback.displaySize(int width, int height, int raster, int format) Method called when device has been resized.voidImageWriterDisplayCallback.displaySize(int width, int height, int raster, int format) voidPageRasterDisplayCallback.displaySize(int width, int height, int raster, int format) voidDisplayCallback.displaySync()Method called on page flush.voidImageWriterDisplayCallback.displaySync()voidPageRasterDisplayCallback.displaySync()voidDisplayCallback.displayUpdate(int x, int y, int width, int height) Method called to notify whenever a portion of the raster is updated.voidImageWriterDisplayCallback.displayUpdate(int x, int y, int width, int height) voidPageRasterDisplayCallback.displayUpdate(int x, int y, int width, int height)