Module org.sejda.sambox
Class ShadingPaint<TPDShading extends PDShading>
java.lang.Object
org.sejda.sambox.pdmodel.graphics.shading.ShadingPaint<TPDShading>
- Type Parameters:
TPDShading- 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, waitMethods inherited from interface java.awt.Paint
createContextMethods 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
-