SVGConcat
org.geon.SVGConcat

Concatanate several SVG files to a single file. Typical Usage is to create output displays. The actor accepts the input SVG paths as an array of strings, and x,y shift values for positioning each of the files and returns the path of the concatenated output file.

Author(s): Efrat Jaeger
Version:$Id: SVGConcat.java,v 1.7 2006/05/18 23:13:08 mangal Exp $


svgFiles
Array of SVG input files.

outputPathPort
An SVG output file URL port.

output
Output SVG output file URL.



outputPathParam
An SVG output file name or URL. This is a string with any form accepted by FileParameter.

shiftX
Relative shift over the X coordinate during concatenation.

shiftY
Relative shift over the Y coordinate during concatenation.

confirmOverwrite
If false, then overwrite the specified file if it exists without asking. If true (the default), then if the file exists, ask for confirmation before overwriting.