public class MapBeanPrinter
extends java.lang.Object
implements java.awt.print.Printable
Constructor and Description |
---|
MapBeanPrinter(MapBean mapBean) |
Modifier and Type | Method and Description |
---|---|
static void |
disableDoubleBuffering(java.awt.Component c)
The speed and quality of printing suffers dramatically if any
of the containers have double buffering turned on.
|
static void |
enableDoubleBuffering(java.awt.Component c)
Re-enables double buffering globally.
|
void |
print() |
int |
print(java.awt.Graphics g,
java.awt.print.PageFormat pageFormat,
int pageIndex) |
static void |
printMap(MapBean mapBean) |
public MapBeanPrinter(MapBean mapBean)
public static void printMap(MapBean mapBean)
public void print()
public int print(java.awt.Graphics g, java.awt.print.PageFormat pageFormat, int pageIndex)
print
in interface java.awt.print.Printable
public static void disableDoubleBuffering(java.awt.Component c)
public static void enableDoubleBuffering(java.awt.Component c)
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details