Package 

Class RenderingHandler


  • 
    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.

    • Method Summary

      Modifier and Type Method Description
      final Unit addRenderingTask(Integer page, Float width, Float height, RectF bounds, Boolean thumbnail, Integer cacheOrder, Boolean bestQuality, Boolean annotationRendering)
      Unit handleMessage(Message message)
      final Unit stop()
      final Unit start()
      • 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