RenderProgressProc Class Documentation

classRenderProgressProc

Namespace:com::datalogics::PDFL

Detailed Description

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().

Referenced by

Constructor & Destructor Documentation

RenderProgressProc

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().

Member Function Documentation

Call

voidCall(floatstagePercent, Stringinfo, RenderProgressStagestage)

Parameters

stagePercent: float
info: String
stage: RenderProgressStage

Returns:

void

DisposeChildren

voidDisposeChildren()

Returns:

void

[static initializer]

static void[static initializer]()

delete

synchronized voiddelete(Booleandisposing)

Parameters

disposing: Boolean

Returns:

synchronized void

delete

synchronized voiddelete()

Returns:

synchronized void

finalize

voidfinalize()

Returns:

void