Class CollectionDocumentView

    • Field Detail

      • pagesPanel

        protected JPanel pagesPanel
    • Method Detail

      • getNextPageIncrement

        public int getNextPageIncrement()
        Description copied from interface: DocumentView
        Get the next page index. This will number will very depending on the page view type. Two column page views usually increment page counts by 2 and single page views by 1 page.
        Returns:
        number of pages to increment page count on a page increment command.
      • getPreviousPageIncrement

        public int getPreviousPageIncrement()
        Description copied from interface: DocumentView
        Get the previous page index. This will number will very depending on the page view type. Two column page views usually increment page counts by 2 and single page views by 1 page.
        Returns:
        number of pages to increment page count on a page increment command.
      • getDocumentSize

        public Dimension getDocumentSize()
        Description copied from interface: DocumentView
        Gets the total size of the document view. This size will very depending on the view type. The size dimension has been normalized to a zoom factor of 1.0f and rotation is taken care off.
        Returns:
        size of document in pixels for all pages represented in the view.