public class EPtree2SVGRecipe extends AbstractRecipe<IEPTree,com.kitfox.svg.SVGDiagram,EPtree2SVGRecipe.Parameters>
Modifier and Type | Class and Description |
---|---|
static class |
EPtree2SVGRecipe.Parameters |
Constructor and Description |
---|
EPtree2SVGRecipe() |
Modifier and Type | Method and Description |
---|---|
protected com.kitfox.svg.SVGDiagram |
execute(IEPTree input) |
static org.abego.treelayout.Configuration.Location |
map(org.processmining.plugins.graphviz.dot.Dot.GraphDirection dir) |
apply, getParameters
public static org.abego.treelayout.Configuration.Location map(org.processmining.plugins.graphviz.dot.Dot.GraphDirection dir)
protected com.kitfox.svg.SVGDiagram execute(IEPTree input)
execute
in class AbstractRecipe<IEPTree,com.kitfox.svg.SVGDiagram,EPtree2SVGRecipe.Parameters>