public class PngImageOptions extends ImageOptions
Constructor | Description |
---|---|
PngImageOptions() |
Modifier and Type | Method | Description |
---|---|---|
BackgroundType |
getBackground() |
Combine a background with the image (Getter)
|
PngColorSpace |
getColorSpace() |
The color space of the output image (Getter)
|
void |
setBackground(BackgroundType value) |
Combine a background with the image (Setter)
|
void |
setColorSpace(PngColorSpace value) |
The color space of the output image (Setter)
|
equals, hashCode
public BackgroundType getBackground()
This property allows a choice of which background to combine with the image.
Default: BackgroundType.WHITE
public void setBackground(BackgroundType value)
This property allows a choice of which background to combine with the image.
Default: BackgroundType.WHITE
java.lang.IllegalArgumentException
- if value
is null
public PngColorSpace getColorSpace()
public void setColorSpace(PngColorSpace value)
java.lang.IllegalArgumentException
- if value
is null