Class PdfDrawable

  • All Implemented Interfaces:

    
    public abstract class PdfDrawable
    extends Drawable
                        

    Drawable subclass for drawing on top of a PDF document.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      PdfDrawable()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void updatePdfToViewTransformation(@NonNull() Matrix matrix) Called internally by PSPDFKit every time the PDF-to-view transformation was changed.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PdfDrawable

        PdfDrawable()
    • Method Detail

      • updatePdfToViewTransformation

         void updatePdfToViewTransformation(@NonNull() Matrix matrix)

        Called internally by PSPDFKit every time the PDF-to-view transformation was changed.

        Parameters:
        matrix - The current PDF-to-view transformation matrix.