| 
 | JavaTM 2 Platform Std. Ed. v1.3.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ParameterBlock | |
| java.awt.image.renderable | Provides classes and interfaces for producing rendering-independent images. | 
| Uses of ParameterBlock in java.awt.image.renderable | 
| Methods in java.awt.image.renderable that return ParameterBlock | |
|  ParameterBlock | RenderableImageOp.setParameterBlock(ParameterBlock paramBlock)Change the current ParameterBlock of the operation, allowing editing of image rendering chains. | 
|  ParameterBlock | RenderableImageOp.getParameterBlock()Returns a reference to the current parameter block. | 
|  ParameterBlock | ParameterBlock.addSource(Object source)Adds an image to end of the list of sources. | 
|  ParameterBlock | ParameterBlock.setSource(Object source,
          int index)Replaces an entry in the list of source with a new source. | 
|  ParameterBlock | ParameterBlock.add(Object obj)Adds an object to the list of parameters. | 
|  ParameterBlock | ParameterBlock.add(byte b)Adds a Byte to the list of parameters. | 
|  ParameterBlock | ParameterBlock.add(char c)Adds a Character to the list of parameters. | 
|  ParameterBlock | ParameterBlock.add(short s)Adds a Short to the list of parameters. | 
|  ParameterBlock | ParameterBlock.add(int i)Adds a Integer to the list of parameters. | 
|  ParameterBlock | ParameterBlock.add(long l)Adds a Long to the list of parameters. | 
|  ParameterBlock | ParameterBlock.add(float f)Adds a Float to the list of parameters. | 
|  ParameterBlock | ParameterBlock.add(double d)Adds a Double to the list of parameters. | 
|  ParameterBlock | ParameterBlock.set(Object obj,
    int index)Replaces an Object in the list of parameters. | 
|  ParameterBlock | ParameterBlock.set(byte b,
    int index)Replaces an Object in the list of parameters with a Byte. | 
|  ParameterBlock | ParameterBlock.set(char c,
    int index)Replaces an Object in the list of parameters with a Character. | 
|  ParameterBlock | ParameterBlock.set(short s,
    int index)Replaces an Object in the list of parameters with a Short. | 
|  ParameterBlock | ParameterBlock.set(int i,
    int index)Replaces an Object in the list of parameters with an Integer. | 
|  ParameterBlock | ParameterBlock.set(long l,
    int index)Replaces an Object in the list of parameters with a Long. | 
|  ParameterBlock | ParameterBlock.set(float f,
    int index)Replaces an Object in the list of parameters with a Float. | 
|  ParameterBlock | ParameterBlock.set(double d,
    int index)Replaces an Object in the list of parameters with a Double. | 
| Methods in java.awt.image.renderable with parameters of type ParameterBlock | |
|  RenderContext | ContextualRenderedImageFactory.mapRenderContext(int i,
                 RenderContext renderContext,
                 ParameterBlock paramBlock,
                 RenderableImage image)Maps the operation's output RenderContext into a RenderContext for each of the operation's sources. | 
|  RenderedImage | ContextualRenderedImageFactory.create(RenderContext renderContext,
       ParameterBlock paramBlock)Creates a rendering, given a RenderContext and a ParameterBlock containing the operation's sources and parameters. | 
|  Rectangle2D | ContextualRenderedImageFactory.getBounds2D(ParameterBlock paramBlock)Returns the bounding box for the output of the operation, performed on a given set of sources, in rendering-independent space. | 
|  Object | ContextualRenderedImageFactory.getProperty(ParameterBlock paramBlock,
            String name)Gets the appropriate instance of the property specified by the name parameter. | 
|  RenderedImage | RenderedImageFactory.create(ParameterBlock paramBlock,
       RenderingHints hints)Creates a RenderedImage representing the results of an imaging operation (or chain of operations) for a given ParameterBlock and RenderingHints. | 
|  ParameterBlock | RenderableImageOp.setParameterBlock(ParameterBlock paramBlock)Change the current ParameterBlock of the operation, allowing editing of image rendering chains. | 
| Constructors in java.awt.image.renderable with parameters of type ParameterBlock | |
| RenderableImageOp(ContextualRenderedImageFactory CRIF,
                  ParameterBlock paramBlock)Constructs a RenderedImageOp given a ContextualRenderedImageFactory object, and a ParameterBlock containing RenderableImage sources and other parameters. | |
| 
 | JavaTM 2 Platform Std. Ed. v1.3.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Java, Java 2D, and JDBC are trademarks or registered trademarks of Oracle and/or its affiliates, in the US and other countries.
Copyright © 1995, 2010 Oracle and/or its affiliates.    All rights reserved.