public class Java2DRenderingSettings extends Object
Constructor and Description |
---|
Java2DRenderingSettings() |
Modifier and Type | Method and Description |
---|---|
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(Color color)
Sets the page background color.
|
public Color getPageBackgroundColor()
public void setPageBackgroundColor(Color color)
color
- the page background color or null if the page background shall be transparentpublic boolean hasTransparentPageBackground()
Copyright © 2025 Apache Software Foundation. All rights reserved.