|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.northwestern.at.utils.swing.printing.PrintView.PageState
protected class PrintView.PageState
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 |
---|
public int lastOnPage
public int lastOnPageLength
Constructor Detail |
---|
public PrintView.PageState(int lastOnPage, int lastOnPageLength)
public PrintView.PageState(PrintView.PageState otherPageState)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |