edu.northwestern.at.utils.swing.printing
Class PrintView.PageState

java.lang.Object
  extended by edu.northwestern.at.utils.swing.printing.PrintView.PageState
Enclosing class:
PrintView

protected class PrintView.PageState
extends java.lang.Object

Class holding information about last view on a printed page.


Field Summary
 int lastOnPage
          Index of last view to be rendered on current page.
 int lastOnPageLength
          Length into last view to be rendered on current page.
 
Constructor Summary
PrintView.PageState(int lastOnPage, int lastOnPageLength)
          Create page state object.
PrintView.PageState(PrintView.PageState otherPageState)
          Create page state object from another page state object.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lastOnPage

public int lastOnPage
Index of last view to be rendered on current page.


lastOnPageLength

public int lastOnPageLength
Length into last view to be rendered on current page.

Constructor Detail

PrintView.PageState

public PrintView.PageState(int lastOnPage,
                           int lastOnPageLength)
Create page state object.


PrintView.PageState

public PrintView.PageState(PrintView.PageState otherPageState)
Create page state object from another page state object.