edu.sc.seis.fissuresUtil.display
Class ComponentPrintable

java.lang.Object
  extended by edu.sc.seis.fissuresUtil.display.ComponentPrintable
All Implemented Interfaces:
java.awt.print.Printable

public class ComponentPrintable
extends java.lang.Object
implements java.awt.print.Printable

ComponentPrintable.java Created: Wed Jul 3 16:16:53 2002


Field Summary
 
Fields inherited from interface java.awt.print.Printable
NO_SUCH_PAGE, PAGE_EXISTS
 
Constructor Summary
ComponentPrintable(java.awt.Component c)
           
 
Method Summary
 int print(java.awt.Graphics g, java.awt.print.PageFormat pageFormat, int pageIndex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentPrintable

public ComponentPrintable(java.awt.Component c)
Method Detail

print

public int print(java.awt.Graphics g,
                 java.awt.print.PageFormat pageFormat,
                 int pageIndex)
Specified by:
print in interface java.awt.print.Printable