Package org.ghost4j

Interface GhostscriptLibrary.display_callback_s.display_presize

  • All Superinterfaces:
    com.sun.jna.Callback
    Enclosing class:
    GhostscriptLibrary.display_callback_s

    public static interface GhostscriptLibrary.display_callback_s.display_presize
    extends com.sun.jna.Callback
    Callback called when device is about to be resized. Resize will only occur if this function returns 0. raster is byte count of a row.
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface com.sun.jna.Callback

        com.sun.jna.Callback.UncaughtExceptionHandler
    • Field Summary

      • Fields inherited from interface com.sun.jna.Callback

        FORBIDDEN_NAMES, METHOD_NAME
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int callback​(com.sun.jna.Pointer handle, com.sun.jna.Pointer device, int width, int height, int raster, int format)  
    • Method Detail

      • callback

        int callback​(com.sun.jna.Pointer handle,
                     com.sun.jna.Pointer device,
                     int width,
                     int height,
                     int raster,
                     int format)