Searched refs:ParameterBlock (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/image/renderable/
H A DContextualRenderedImageFactory.java70 * @param paramBlock a ParameterBlock containing the operation's
75 * Vector contained in the specified ParameterBlock.
79 ParameterBlock paramBlock,
83 * Creates a rendering, given a RenderContext and a ParameterBlock
92 * @param paramBlock a ParameterBlock containing the operation's
95 * in the specified ParameterBlock and according to the
99 ParameterBlock paramBlock);
107 * @param paramBlock a ParameterBlock containing the operation's
112 Rectangle2D getBounds2D(ParameterBlock paramBlock);
119 * @param paramBlock a ParameterBlock containin
[all...]
H A DRenderedImageFactory.java51 * operation (or chain of operations) for a given ParameterBlock and
53 * referenced by the ParameterBlock for their dimensions,
71 * @param paramBlock a ParameterBlock containing sources and parameters
76 RenderedImage create(ParameterBlock paramBlock,
H A DParameterBlock.java32 * A <code>ParameterBlock</code> encapsulates all the information about sources and
39 * RenderableImage. <code>ParameterBlock</code> itself is merely a container and
42 * <p> All parameters in a <code>ParameterBlock</code> are objects; convenience
53 * <code>ParameterBlock</code>s when this is inappropriate. For example, to create
54 * a new <code>ParameterBlock</code> that is equal to an old one except for an
58 * ParameterBlock addSource(ParameterBlock pb, RenderableImage im) {
59 * ParameterBlock pb1 = new ParameterBlock(pb.getSources());
66 * <code>ParameterBlock</cod
95 public class ParameterBlock implements Cloneable, Serializable { class in inherits:Cloneable,Serializable
103 public ParameterBlock() {} method in class:ParameterBlock
110 public ParameterBlock(Vector<Object> sources) { method in class:ParameterBlock
121 public ParameterBlock(Vector<Object> sources, method in class:ParameterBlock
[all...]
H A DRenderableImageOp.java50 /** A ParameterBlock containing source and parameters. */
51 ParameterBlock paramBlock;
63 * a ParameterBlock containing RenderableImage sources and other
65 * ParameterBlock will be ignored.
68 * @param paramBlock a ParameterBlock containing this operation's source
73 ParameterBlock paramBlock) {
75 this.paramBlock = (ParameterBlock) paramBlock.clone();
192 * Change the current ParameterBlock of the operation, allowing
197 * @param paramBlock the new ParameterBlock.
198 * @return the old ParameterBlock
[all...]

Completed in 588 milliseconds