com.partnersoft.maps.app
Class MapPrintJob

java.lang.Object
  extended by com.partnersoft.maps.app.MapPrintJob
All Implemented Interfaces:
java.awt.print.Printable

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


Field Summary
 
Fields inherited from interface java.awt.print.Printable
NO_SUCH_PAGE, PAGE_EXISTS
 
Constructor Summary
MapPrintJob(MapApp app)
           
MapPrintJob(MapApp app, MapDataItem selection, java.lang.String html)
           
 
Method Summary
 void print()
           
 int print(java.awt.Graphics g, java.awt.print.PageFormat pf, int pageIndex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapPrintJob

public MapPrintJob(MapApp app,
                   MapDataItem selection,
                   java.lang.String html)

MapPrintJob

public MapPrintJob(MapApp app)
Method Detail

print

public void print()
           throws java.lang.Exception
Throws:
java.lang.Exception

print

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