Package com.datalogics.PDFL
Class RenderProgressProc
java.lang.Object
com.datalogics.PDFL.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().
-
Constructor Summary
ConstructorsConstructorDescriptionRender progress callback function, a class used to notify client of the progress during rendering operations. -
Method Summary
Modifier and TypeMethodDescriptionvoidCall(float stagePercent, String info, RenderProgressStage stage) voiddelete()voidvoid
-
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
-