| java.lang.Object javax.media.jai.CRIFImpl com.sun.media.jai.opimage.LookupCRIF
LookupCRIF | public class LookupCRIF extends CRIFImpl (Code) | | A CRIF supporting the "Lookup" operation in the
rendered and renderable image layers.
Although Lookup is supported in the renderable layer, it is necessary
to understand that in some situations the operator may not produce smooth
results. This is due to an affine transform being performed on the source
image, which combined with certain types of table data will produce
random/unexpected destination values. In addition, a lookup operation
with the same input source and table in the renderable chain will yield
to different destination from different rendering.
See Also: javax.media.jai.operator.LookupDescriptor See Also: LookupOpImage |
Constructor Summary | |
public | LookupCRIF() Constructor. |
LookupCRIF | public LookupCRIF()(Code) | | Constructor.
|
create | public RenderedImage create(ParameterBlock args, RenderingHints renderHints)(Code) | | Creates a new instance of LookupOpImage
in the rendered layer.
Parameters: args - The source image and the lookup table. Parameters: hints - Optionally contains destination image layout. |
|
|