public class RenderingOutputConfiguration
extends java.lang.Object
Constructor and Description |
---|
RenderingOutputConfiguration() |
Modifier and Type | Method and Description |
---|---|
static RenderingOutput |
getRenderingOutput(Configuration pConfiguration)
Creates a
RenderingOutput object from a configuration file. |
public static RenderingOutput getRenderingOutput(Configuration pConfiguration)
RenderingOutput
object from a configuration file. Exception messages by configuring the frame differencing effect
are written to the command line.pConfiguration
- The configuration object that handles the direct access to the configuration file.RenderingOutput
object that is created by the settings of the specified configuration file.