Interface | Description |
---|---|
Component |
Defines a high-level API component
|
GhostscriptLibrary |
Interface (JNA) bridging Ghostscript API (C language) with Java.
|
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. shared.
|
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.stderr_fn |
Callback called to provide a custom error output to Ghostscript. str
holds output characters. len is the length for str.
|
GhostscriptLibrary.stdin_fn |
Callback called to provide a custom input to Ghostscript. buf is a
pointer to a char array. len is the length of the char array.
|
GhostscriptLibrary.stdout_fn |
Callback called to provide a custom output to Ghostscript.
|
Class | Description |
---|---|
AbstractComponent |
Abstract component implementation.
|
AbstractRemoteComponent |
Abstract remote converter component.
|
Ghostscript |
Class representing the Ghostscript interpreter.
|
GhostscriptLibrary.display_callback_s |
Structure defining display callback functions.
|
GhostscriptLibrary.gs_main_instance |
Pointer holding a native Ghostscript instance.
|
GhostscriptLibrary.gs_main_instance.ByReference | |
GhostscriptLibrary.gsapi_revision_s |
Structure in charge of holding Ghostscript revision data.
|
GhostscriptLibraryLoader |
Native Ghostscript API loader.
|
GhostscriptLoggerOutputStream |
Class used to wrap Ghostscript interpreter log messages in Log4J messages.
|
GhostscriptRevision |
Class used to carry Ghostscript revision data.
|
Exception | Description |
---|---|
GhostscriptException |
Ghostscript exception.
|
Copyright © 2016. All Rights Reserved.