com.partnersoft.maps.app
Class MapPrintJob
java.lang.Object
com.partnersoft.maps.app.MapPrintJob
- All Implemented Interfaces:
- java.awt.print.Printable
public class MapPrintJob
- extends java.lang.Object
- implements java.awt.print.Printable
| Fields inherited from interface java.awt.print.Printable |
NO_SUCH_PAGE, PAGE_EXISTS |
|
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 |
MapPrintJob
public MapPrintJob(MapApp app,
MapDataItem selection,
java.lang.String html)
MapPrintJob
public MapPrintJob(MapApp app)
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