Package com.orsonpdf
Class Pattern.ShadingPattern
- java.lang.Object
-
- com.orsonpdf.PDFObject
-
- com.orsonpdf.Pattern
-
- com.orsonpdf.Pattern.ShadingPattern
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.orsonpdf.Pattern
Pattern.ShadingPattern
-
-
Field Summary
Fields Modifier and Type Field Description private Shading
shading
-
Fields inherited from class com.orsonpdf.Pattern
dictionary
-
-
Constructor Summary
Constructors Constructor Description ShadingPattern(int number, Shading shading, java.awt.geom.AffineTransform t)
Creates a new shading pattern.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Shading
getShading()
Returns the shading.void
setShading(Shading shading)
Sets the shading.-
Methods inherited from class com.orsonpdf.Pattern
getObjectBytes
-
Methods inherited from class com.orsonpdf.PDFObject
getGeneration, getNumber, getReference, toPDFBytes
-
-
-
-
Field Detail
-
shading
private Shading shading
-
-
Constructor Detail
-
ShadingPattern
public ShadingPattern(int number, Shading shading, java.awt.geom.AffineTransform t)
Creates a new shading pattern.- Parameters:
number
- the PDF object number.shading
- the shading.t
- the transform from the initial page space to Java2D space.
-
-