Class ShadingPaint<T extends PDShading>
java.lang.Object
org.apache.pdfbox.pdmodel.graphics.shading.ShadingPaint<T>
- Type Parameters:
T
- the actual PDShading class.
- All Implemented Interfaces:
Paint
,Transparency
- Direct Known Subclasses:
AxialShadingPaint
,RadialShadingPaint
This is base class for all PDShading-Paints to allow other low level libraries access to the
shading source data. One user of this interface is the PdfBoxGraphics2D-adapter.
-
Field Summary
FieldsFields inherited from interface java.awt.Transparency
BITMASK, OPAQUE, TRANSLUCENT
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.awt.Paint
createContext
Methods inherited from interface java.awt.Transparency
getTransparency
-
Field Details
-
shading
-
matrix
-
-
Method Details
-
getShading
- Returns:
- the PDShading of this paint
-
getMatrix
- Returns:
- the active Matrix of this paint
-