Uses of Interface
org.ghost4j.display.DisplayCallback
Packages that use DisplayCallback
-
Uses of DisplayCallback in org.ghost4j
Fields in org.ghost4j declared as DisplayCallbackModifier and TypeFieldDescriptionprivate static DisplayCallback
Ghostscript.displayCallback
Display callback used to handle display.Methods in org.ghost4j that return DisplayCallbackModifier and TypeMethodDescriptionGhostscript.getDisplayCallback()
Gets the display callback set on the Ghostscript interpreter (may be null if not set).Methods in org.ghost4j with parameters of type DisplayCallbackModifier and TypeMethodDescriptionGhostscript.buildNativeDisplayCallback
(DisplayCallback displayCallback) Builds a native display callback from a DisplayCallback object.void
Ghostscript.setDisplayCallback
(DisplayCallback displayCallback) Sets a display callback for the Ghostscript interpreter. -
Uses of DisplayCallback in org.ghost4j.display
Classes in org.ghost4j.display that implement DisplayCallbackModifier and TypeClassDescriptionclass
Display callback that stores device output as java Image (on image = one page).class
Display callback in charge of extracting raw page rasters (PageRaster)