AbstractComponent |
Abstract component implementation.
|
Component |
Defines a high-level API component
|
Ghostscript |
Class representing the Ghostscript interpreter.
|
GhostscriptException |
Ghostscript exception.
|
GhostscriptLibrary |
Interface (JNA) bridging Ghostscript API (C language) with Java.
|
GhostscriptLibrary.display_callback_s |
Structure defining display callback functions.
|
GhostscriptLibrary.display_callback_s.display_close |
Callback called when device has been closed.
|
GhostscriptLibrary.display_callback_s.display_memalloc |
Callback called to allocate memory for bitmap This is provided in
case you need to create memory in a special way, e.g.
|
GhostscriptLibrary.display_callback_s.display_memfree |
Callback called to free memory for bitmap.
|
GhostscriptLibrary.display_callback_s.display_open |
Callback called when new device has been opened.
|
GhostscriptLibrary.display_callback_s.display_page |
Callback called on show page.
|
GhostscriptLibrary.display_callback_s.display_preclose |
Callback called when device is about to be closed.
|
GhostscriptLibrary.display_callback_s.display_presize |
Callback called when device is about to be resized.
|
GhostscriptLibrary.display_callback_s.display_separation |
|
GhostscriptLibrary.display_callback_s.display_size |
Callback called when device has been resized.
|
GhostscriptLibrary.display_callback_s.display_sync |
Callback called on page flush.
|
GhostscriptLibrary.display_callback_s.display_update |
Callback called to notify the caller whenever a portion of the raster
is updated.
|
GhostscriptLibrary.gs_main_instance.ByReference |
|
GhostscriptLibrary.stderr_fn |
Callback called to provide a custom error output to Ghostscript.
|
GhostscriptLibrary.stdin_fn |
Callback called to provide a custom input to Ghostscript.
|
GhostscriptLibrary.stdout_fn |
Callback called to provide a custom output to Ghostscript.
|
GhostscriptRevision |
Class used to carry Ghostscript revision data.
|