public static class GhostscriptLibrary.display_callback_s
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static interface |
GhostscriptLibrary.display_callback_s.display_close
Callback called when device has been closed.
|
static interface |
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.
|
static interface |
GhostscriptLibrary.display_callback_s.display_memfree
Callback called to free memory for bitmap.
|
static interface |
GhostscriptLibrary.display_callback_s.display_open
Callback called when new device has been opened.
|
static interface |
GhostscriptLibrary.display_callback_s.display_page
Callback called on show page.
|
static interface |
GhostscriptLibrary.display_callback_s.display_preclose
Callback called when device is about to be closed.
|
static interface |
GhostscriptLibrary.display_callback_s.display_presize
Callback called when device is about to be resized.
|
static interface |
GhostscriptLibrary.display_callback_s.display_separation |
static interface |
GhostscriptLibrary.display_callback_s.display_size
Callback called when device has been resized.
|
static interface |
GhostscriptLibrary.display_callback_s.display_sync
Callback called on page flush.
|
static interface |
GhostscriptLibrary.display_callback_s.display_update
Callback called to notify the caller whenever a portion of the raster
is updated.
|
| Constructor and Description |
|---|
GhostscriptLibrary.display_callback_s() |
| Modifier and Type | Method and Description |
|---|---|
protected List<?> |
getFieldOrder() |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, clear, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeFieldpublic int size
public int version_major
public int version_minor
public GhostscriptLibrary.display_callback_s.display_open display_open
public GhostscriptLibrary.display_callback_s.display_preclose display_preclose
public GhostscriptLibrary.display_callback_s.display_close display_close
public GhostscriptLibrary.display_callback_s.display_presize display_presize
public GhostscriptLibrary.display_callback_s.display_size display_size
public GhostscriptLibrary.display_callback_s.display_sync display_sync
public GhostscriptLibrary.display_callback_s.display_page display_page
public GhostscriptLibrary.display_callback_s.display_update display_update
public GhostscriptLibrary.display_callback_s.display_memalloc display_memalloc
public GhostscriptLibrary.display_callback_s.display_memfree display_memfree
public GhostscriptLibrary.display_callback_s.display_separation display_separation
public GhostscriptLibrary.display_callback_s()
protected List<?> getFieldOrder()
getFieldOrder in class com.sun.jna.StructureCopyright © 2016. All Rights Reserved.