Class PagePattern

  • All Implemented Interfaces:

    
    public final class PagePattern
    
                        

    Tiling pattern for a new page.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      PagePattern(DataProvider dataProvider) Constructs a page pattern from PDF data served by DataProvider.
      PagePattern(Uri fileUri) Constructs a page pattern from PDF data served from file content provider URI.
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

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

      • PagePattern

        PagePattern(DataProvider dataProvider)
        Constructs a page pattern from PDF data served by DataProvider.
        Parameters:
        dataProvider - Provider for PDF data that should be used as page pattern.
      • PagePattern

        PagePattern(Uri fileUri)
        Constructs a page pattern from PDF data served from file content provider URI.
        Parameters:
        fileUri - A content provider URI with supported scheme (content:// or file://).
    • Method Detail