Uses of Interface
org.ghost4j.GhostscriptLibrary.stdin_fn
-
Packages that use GhostscriptLibrary.stdin_fn Package Description org.ghost4j -
-
Uses of GhostscriptLibrary.stdin_fn in org.ghost4j
Methods in org.ghost4j with parameters of type GhostscriptLibrary.stdin_fn Modifier and Type Method Description int
GhostscriptLibrary. gsapi_set_stdio(com.sun.jna.Pointer instance, GhostscriptLibrary.stdin_fn stdin_fn, GhostscriptLibrary.stdout_fn stdout_fn, GhostscriptLibrary.stderr_fn stderr_fn)
Set the callback functions for stdio.
-