Package org.ghost4j.example
Class DisplayCallbackExample
- java.lang.Object
-
- org.ghost4j.example.DisplayCallbackExample
-
public class DisplayCallbackExample extends java.lang.Object
Example showing how to setup a display callback (to interract with the display) for the Ghostscript interpreter. In this example, a simple ImageWriterDisplayCallback is used as callback: it converts page rasters into images and stores them.
-
-
Constructor Summary
Constructors Constructor Description DisplayCallbackExample()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
-