Changed Methods |
RenderedImage create(RenderContext, ParameterBlock)
|
Documentation changed from old to new. |
Creates a rendering given a RenderContext and a ParameterBlock containing the operation's sources and parameters. |
String[] getPropertyNames()
|
Documentation changed from old to new. |
Returns a list of names recognized by getProperty. |
boolean isDynamic()
|
Documentation changed from old to new. |
Returns true if successive renderings (that is calls to create(RenderContext ParameterBlock)) with the same arguments may produce different results. |
RenderContext mapRenderContext(int, RenderContext, ParameterBlock, RenderableImage)
|
Documentation changed from old to new. |
Maps the operation's output RenderContext into a RenderContext for each of the operation's sources. |