Class AxialShadingPaint
java.lang.Object
org.apache.pdfbox.pdmodel.graphics.shading.ShadingPaint<PDShadingType2>
org.apache.pdfbox.pdmodel.graphics.shading.AxialShadingPaint
- All Implemented Interfaces:
Paint, Transparency
AWT Paint for axial shading.
-
Field Summary
Fields inherited from class ShadingPaint
matrix, shadingFields inherited from interface Transparency
BITMASK, OPAQUE, TRANSLUCENT -
Method Summary
Modifier and TypeMethodDescriptioncreateContext(ColorModel cm, Rectangle deviceBounds, Rectangle2D userBounds, AffineTransform xform, RenderingHints hints) intMethods inherited from class ShadingPaint
getMatrix, getShading
-
Method Details
-
getTransparency
public int getTransparency() -
createContext
public PaintContext createContext(ColorModel cm, Rectangle deviceBounds, Rectangle2D userBounds, AffineTransform xform, RenderingHints hints)
-