|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.sc.seis.fissuresUtil.display.SeismogramPrinter
public class SeismogramPrinter
SeismogramPrinter prints an array of BasicSeismogramDisplays Created: Sun Oct 13 17:06:40 2002
Field Summary |
---|
Fields inherited from interface java.awt.print.Printable |
---|
NO_SUCH_PAGE, PAGE_EXISTS |
Method Summary | |
---|---|
static void |
print(BasicSeismogramDisplay[] displays)
print instantiates a new SeismogramPrinter and uses it to print
the passed array of seismogram displays |
int |
print(java.awt.Graphics g,
java.awt.print.PageFormat pageFormat,
int pageIndex)
Implementation of java.awt.print.Printable's print method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void print(BasicSeismogramDisplay[] displays)
print
instantiates a new SeismogramPrinter and uses it to print
the passed array of seismogram displays
displays
- an array of BSD's to printpublic int print(java.awt.Graphics g, java.awt.print.PageFormat pageFormat, int pageIndex)
print
method.
Allows this object to be printed by java's print api
print
in interface java.awt.print.Printable
g
- the Graphics the current page prints topageFormat
- this page's formatpageIndex
- the current page index
int
specifying if this page exists
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |