Class RenderProgressProc

java.lang.Object
com.datalogics.PDFL.RenderProgressProc

public class RenderProgressProc extends Object
Render progress callback function, a class used to notify client of the progress during rendering operations. A RenderProgressProc() is typically passed to some method that takes a long time to complete. At frequent intervals, the method calls the RenderProgressProc().

  • Constructor Details

    • RenderProgressProc

      public RenderProgressProc()
      Render progress callback function, a class used to notify client of the progress during rendering operations. A RenderProgressProc() is typically passed to some method that takes a long time to complete. At frequent intervals, the method calls the RenderProgressProc().

  • Method Details

    • delete

      public void delete()
    • swigReleaseOwnership

      public void swigReleaseOwnership()
    • swigTakeOwnership

      public void swigTakeOwnership()
    • Call

      public void Call(float stagePercent, String info, RenderProgressStage stage)