Uses of Class
org.ghost4j.GhostscriptException
-
Packages that use GhostscriptException Package Description org.ghost4j org.ghost4j.display -
-
Uses of GhostscriptException in org.ghost4j
Methods in org.ghost4j that throw GhostscriptException Modifier and Type Method Description protected voidAbstractComponent. assertDeviceSupported(java.lang.String deviceName)Asserts a given device is supported by the current Ghostscript version.private GhostscriptLibrary.display_callback_sGhostscript. 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.private GhostscriptLibrary.gs_main_instance.ByReferenceGhostscript. getNativeInstanceByRef()Singleton factory method for getting a Ghostscript,interpreter instance.voidGhostscript. initialize(java.lang.String[] args)Initializes Ghostscript interpreter.protected booleanAbstractComponent. isDeviceSupported(java.lang.String deviceName)Checks if a given device is supported by the current Ghostscript version.voidGhostscript. runFile(java.lang.String fileName)Sends file Ghostscript interpreter.voidGhostscript. runString(java.lang.String string)Sends command string to Ghostscript interpreter. -
Uses of GhostscriptException in org.ghost4j.display
Methods in org.ghost4j.display that throw GhostscriptException Modifier and Type Method Description voidDisplayCallback. 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)
-