FileDocCategorySizeDatePackage
ContextualRenderedImageFactory.javaAPI DocAndroid 1.5 API2948Wed May 06 22:41:54 BST 2009java.awt.image.renderable

ContextualRenderedImageFactory

public interface ContextualRenderedImageFactory implements RenderedImageFactory
A factory for creating ContextualRenderedImage objects with utilities for manipulating the properties in the parameter block.
since
Android 1.0

Fields Summary
Constructors Summary
Methods Summary
public java.awt.image.RenderedImagecreate(java.awt.image.renderable.RenderContext a0, java.awt.image.renderable.ParameterBlock a1)
Creates the rendered image determined by the render context and parameter block.

param
a0 the RenderContext.
param
a1 the ParameterBlock.
return
the rendered image.

public java.awt.geom.Rectangle2DgetBounds2D(java.awt.image.renderable.ParameterBlock a0)
Gets the bounding rectangle from the parameter block.

param
a0 the parameter block to read the bounds from.
return
the bounding rectangle.

public java.lang.ObjectgetProperty(java.awt.image.renderable.ParameterBlock a0, java.lang.String a1)
Gets the value of the property from the parameter block.

param
a0 the parameter block to examine to find the property.
param
a1 the name of the property.
return
the value of the property.

public java.lang.String[]getPropertyNames()
Gets the names of all of the supported properties.

return
the property names.

public booleanisDynamic()
Checks if this image factory is dynamic.

return
true, if this image factory is dynamic.

public java.awt.image.renderable.RenderContextmapRenderContext(int a0, java.awt.image.renderable.RenderContext a1, java.awt.image.renderable.ParameterBlock a2, java.awt.image.renderable.RenderableImage a3)
Maps a render context to a parameter block and a renderable image.

param
a0 the index.
param
a1 the RenderContext.
param
a2 the ParameterBlock.
param
a3 the RenderableImage.
return
the render context.