Pattern.ShadingPattern
dictionary
Constructor and Description |
---|
ShadingPattern(int number,
Shading shading,
java.awt.geom.AffineTransform t)
Creates a new shading pattern.
|
Modifier and Type | Method and Description |
---|---|
Shading |
getShading()
Returns the shading.
|
void |
setShading(Shading shading)
Sets the shading.
|
getObjectBytes
getGeneration, getNumber, getReference, toPDFBytes
public ShadingPattern(int number, Shading shading, java.awt.geom.AffineTransform t)
number
- the PDF object number.shading
- the shading.t
- the transform from the initial page space to Java2D space.