Package org.ghost4j

Class GhostscriptLibrary.gs_main_instance

  • All Implemented Interfaces:
    com.sun.jna.NativeMapped
    Enclosing interface:
    GhostscriptLibrary

    public static class GhostscriptLibrary.gs_main_instance
    extends com.sun.jna.PointerType
    Pointer holding a native Ghostscript instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object fromNative​(java.lang.Object arg0, com.sun.jna.FromNativeContext arg1)  
      • Methods inherited from class com.sun.jna.PointerType

        equals, getPointer, hashCode, nativeType, setPointer, toNative, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • gs_main_instance

        public gs_main_instance()
    • Method Detail

      • fromNative

        public java.lang.Object fromNative​(java.lang.Object arg0,
                                           com.sun.jna.FromNativeContext arg1)
        Specified by:
        fromNative in interface com.sun.jna.NativeMapped
        Overrides:
        fromNative in class com.sun.jna.PointerType