Class SvgInline
- java.lang.Object
-
- org.jbpm.designer.utilities.svginline.SvgInline
-
public class SvgInline extends Object
When run for the first time on a stencilset, takes a stencilset StringTemplate and replaces view=".svg" properties of nodes with the contents of the referenced .svg files and adds a _view_file=" .svg" property. When run again, updates the svg xml in view="..." properties by reading the svg file in the previous _view_file="
.svg" property.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocessStencilSet()Processes a stencilset template file
-
-
-
Constructor Detail
-
SvgInline
public SvgInline(String ssInFile, String ssOutFile) throws IOException
- Throws:
IOException
-
-
Method Detail
-
processStencilSet
public void processStencilSet() throws IOExceptionProcesses a stencilset template file- Throws:
IOException
-
-