Package | Description |
---|---|
org.apache.pdfbox.pdmodel.graphics.shading |
This package deals with shadings which are used for filling instead of a color.
|
Modifier and Type | Method and Description |
---|---|
protected Vertex |
GouraudShadingContext.readVertex(javax.imageio.stream.ImageInputStream input,
long maxSrcCoord,
long maxSrcColor,
PDRange rangeX,
PDRange rangeY,
PDRange[] colRangeTab,
Matrix matrix,
java.awt.geom.AffineTransform xform)
Read a vertex from the bit input stream performs interpolations.
|