Class Ecrion::DAS::Engine

Top Previous Topic Next Topic  Print this topic

Engine represents a single instance of a renderer. To use it, you must use its Aggregate method.

 

Methods

 

Name

Description

Aggregate

Process a diagram into an output stream.

 

Aggregate

Process a job using the supplied input.

 

 

public void Aggregate(Stream outputStream, JobParameters parameters)

 

                       

Parameters

 

outputStream

       The file path where the renderer should place the output.

parameters

       A set of parameters that will customize the conversion. The structure is described in detail here.