-
public final class RenderingHandler extends Handler
A Handler that will process incoming RenderingTask messages and alert {@link PDFView.onBitmapRendered} when the portion of the PDF is ready to render.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRenderingHandler.Companion
-
Constructor Summary
Constructors Constructor Description RenderingHandler(Looper looper, PDFView pdfView)
-
Method Summary
Modifier and Type Method Description final UnitaddRenderingTask(Integer page, Float width, Float height, RectF bounds, Boolean thumbnail, Integer cacheOrder, Boolean bestQuality, Boolean annotationRendering)UnithandleMessage(Message message)final Unitstop()final Unitstart()-
Methods inherited from class com.harissk.pdfpreview.RenderingHandler
dispatchMessage, dump, getLooper, getMessageName, hasCallbacks, hasMessages, hasMessages, obtainMessage, obtainMessage, obtainMessage, obtainMessage, obtainMessage, post, postAtFrontOfQueue, postAtTime, postAtTime, postDelayed, postDelayed, removeCallbacks, removeCallbacks, removeCallbacksAndMessages, removeMessages, removeMessages, sendEmptyMessage, sendEmptyMessageAtTime, sendEmptyMessageDelayed, sendMessage, sendMessageAtFrontOfQueue, sendMessageAtTime, sendMessageDelayed, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-