BitmapRenderingSettingspublic class Java2DRenderingSettings
extends java.lang.Object
| Constructor | Description |
|---|---|
Java2DRenderingSettings() |
| Modifier and Type | Method | 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-2016 The Apache Software Foundation. All Rights Reserved.