public class Java2DRenderingSettings
extends java.lang.Object
Constructor and Description |
---|
Java2DRenderingSettings() |
Modifier and Type | Method and Description |
---|---|
java.awt.Color |
getPageBackgroundColor()
Returns the page background color.
|
boolean |
hasTransparentPageBackground()
Indicates whether the pages have a transparent background or if it's painted in a
particular color.
|
void |
setPageBackgroundColor(java.awt.Color color)
Sets the page background color.
|
public java.awt.Color getPageBackgroundColor()
public void setPageBackgroundColor(java.awt.Color color)
color
- the page background color or null if the page background shall be transparentpublic boolean hasTransparentPageBackground()
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.