| Package | Description |
|---|---|
| org.ghost4j | |
| org.ghost4j.analyzer | |
| org.ghost4j.converter | |
| org.ghost4j.display | |
| org.ghost4j.modifier | |
| org.ghost4j.renderer |
| Class and Description |
|---|
| 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.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.
|
| GhostscriptRevision
Class used to carry Ghostscript revision data.
|
| Class and Description |
|---|
| AbstractComponent
Abstract component implementation.
|
| AbstractRemoteComponent
Abstract remote converter component.
|
| Component
Defines a high-level API component
|
| Class and Description |
|---|
| AbstractComponent
Abstract component implementation.
|
| AbstractRemoteComponent
Abstract remote converter component.
|
| Component
Defines a high-level API component
|
| Class and Description |
|---|
| GhostscriptException
Ghostscript exception.
|
| Class and Description |
|---|
| AbstractComponent
Abstract component implementation.
|
| AbstractRemoteComponent
Abstract remote converter component.
|
| Component
Defines a high-level API component
|
| Class and Description |
|---|
| AbstractComponent
Abstract component implementation.
|
| AbstractRemoteComponent
Abstract remote converter component.
|
| Component
Defines a high-level API component
|
Copyright © 2016. All Rights Reserved.