Class PrintEnvironment
java.lang.Object
de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.print.PrintEnvironment
public final class PrintEnvironment extends Object
Encapsulates the properties of the printing Environment, like Zoom, colored
printing, ...
- Version:
- $Revision$
- Author:
- Burkhard Sell
-
Constructor Summary
Constructors Constructor Description PrintEnvironment()
-
Method Summary
Modifier and Type Method Description static boolean
isPrintFooter()
static boolean
isPrintHeader()
static boolean
isZoomToOnePage()
static void
setPrintFooter(boolean printFooter)
static void
setPrintHeader(boolean printHeader)
static void
setZoomToOnePage(boolean zoomToOnePage)
-
Constructor Details
-
PrintEnvironment
public PrintEnvironment()
-
-
Method Details
-
setZoomToOnePage
public static void setZoomToOnePage(boolean zoomToOnePage) -
isZoomToOnePage
public static boolean isZoomToOnePage() -
setPrintHeader
public static void setPrintHeader(boolean printHeader) -
isPrintHeader
public static boolean isPrintHeader()
-