public class ShadingPattern extends Pattern
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
boolean |
getAntiAlias()
A flag indicating whether to filter the shading function to prevent aliasing artifacts.
|
Color |
getBackgroundColor()
The background color of the shading pattern.
|
Rect |
getBoundingBox()
The bounding box of the shading.
|
ColorSpace |
getColorSpace()
The color space of a shading pattern.
|
void |
setAntiAlias(boolean antiAlias)
A flag indicating whether to filter the shading function to prevent aliasing artifacts.
|
void |
setBackgroundColor(Color color)
The background color of the shading pattern.
|
void |
setBoundingBox(Rect boundingBox)
The bounding box of the shading.
|
void |
setColorSpace(ColorSpace colorSpace)
The color space of a shading pattern.
|
java.lang.String |
toString()
Convert the shading pattern to a string.
|
getPDFObjectpublic java.lang.String toString()
public ColorSpace getColorSpace()
public void setColorSpace(ColorSpace colorSpace)
public Color getBackgroundColor()
public void setBackgroundColor(Color color)
public Rect getBoundingBox()
public void setBoundingBox(Rect boundingBox)
public boolean getAntiAlias()
public void setAntiAlias(boolean antiAlias)