| Package | Description |
|---|---|
| org.ghost4j | |
| org.ghost4j.display |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractComponent.assertDeviceSupported(String deviceName)
Asserts a given device is supported by the current Ghostscript version.
|
static void |
Ghostscript.deleteInstance()
Deletes the singleton instance of the Ghostscript object.
|
void |
Ghostscript.exit()
Exits Ghostscript interpreter.
|
void |
Ghostscript.initialize(String[] args)
Initializes Ghostscript interpreter.
|
protected boolean |
AbstractComponent.isDeviceSupported(String deviceName)
Checks if a given device is supported by the current Ghostscript version.
|
void |
Ghostscript.runFile(String fileName)
Sends file Ghostscript interpreter.
|
void |
Ghostscript.runString(String string)
Sends command string to Ghostscript interpreter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImageWriterDisplayCallback.displayClose() |
void |
DisplayCallback.displayClose()
Method called when device has been closed.
|
void |
PageRasterDisplayCallback.displayClose() |
void |
ImageWriterDisplayCallback.displayOpen() |
void |
DisplayCallback.displayOpen()
Method called when new device has been opened.
|
void |
PageRasterDisplayCallback.displayOpen() |
void |
ImageWriterDisplayCallback.displayPage(int width,
int height,
int raster,
int format,
int copies,
int flush,
byte[] imageData) |
void |
DisplayCallback.displayPage(int width,
int height,
int raster,
int format,
int copies,
int flush,
byte[] imageData)
Method called on show page.
|
void |
PageRasterDisplayCallback.displayPage(int width,
int height,
int raster,
int format,
int copies,
int flush,
byte[] imageData) |
void |
ImageWriterDisplayCallback.displayPreClose() |
void |
DisplayCallback.displayPreClose()
Method called when device is about to be closed.
|
void |
PageRasterDisplayCallback.displayPreClose() |
void |
ImageWriterDisplayCallback.displayPreSize(int width,
int height,
int raster,
int format) |
void |
DisplayCallback.displayPreSize(int width,
int height,
int raster,
int format)
Method called when device is about to be resized.
|
void |
PageRasterDisplayCallback.displayPreSize(int width,
int height,
int raster,
int format) |
void |
ImageWriterDisplayCallback.displaySize(int width,
int height,
int raster,
int format) |
void |
DisplayCallback.displaySize(int width,
int height,
int raster,
int format)
Method called when device has been resized.
|
void |
PageRasterDisplayCallback.displaySize(int width,
int height,
int raster,
int format) |
void |
ImageWriterDisplayCallback.displaySync() |
void |
DisplayCallback.displaySync()
Method called on page flush.
|
void |
PageRasterDisplayCallback.displaySync() |
void |
ImageWriterDisplayCallback.displayUpdate(int x,
int y,
int width,
int height) |
void |
DisplayCallback.displayUpdate(int x,
int y,
int width,
int height)
Method called to notify whenever a portion of the raster is updated.
|
void |
PageRasterDisplayCallback.displayUpdate(int x,
int y,
int width,
int height) |
Copyright © 2016. All Rights Reserved.