multivalent.std.adaptor.pdf
public class FixedLeafShade extends Leaf implements Fixed
Version: $Revision: 1.5 $ $Date: 2003/08/29 04:00:39 $
Constructor Summary | |
---|---|
protected | FixedLeafShade(String name, Dict dict, INode parent, ColorSpace cs, Rectangle bbox, PDFReader pdfr) |
Method Summary | |
---|---|
Rectangle | getIbbox() |
static FixedLeafShade | getInstance(Dict dict, ColorSpace cs, Rectangle bbox, INode parent, PDFReader pdfr)
Returns leaf that performs the type of smooth shading (gradient) described by the passed shading dictionary
within the area bbox. |
boolean | paintNodeContent(Context cx, int start, int end) Paint (plain) background, on top of which gradient is drawn. |