Class 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.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DisplayCallbackExample

        public DisplayCallbackExample()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)