Class SVGGeneratorImpl
- java.lang.Object
-
- org.kie.workbench.common.stunner.svg.gen.impl.SVGGeneratorImpl
-
- All Implemented Interfaces:
SVGGenerator
public class SVGGeneratorImpl extends Object implements SVGGenerator
-
-
Constructor Summary
Constructors Constructor Description SVGGeneratorImpl(SVGDocumentTranslator translator, SVGViewFactoryGenerator viewFactoryGenerator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuffergenerate(SVGGeneratorRequest request)Generates an SVG view factory managed bean source code.
-
-
-
Constructor Detail
-
SVGGeneratorImpl
public SVGGeneratorImpl(SVGDocumentTranslator translator, SVGViewFactoryGenerator viewFactoryGenerator) throws ParserConfigurationException
- Throws:
ParserConfigurationException
-
-
Method Detail
-
generate
public StringBuffer generate(SVGGeneratorRequest request) throws GeneratorException
Description copied from interface:SVGGeneratorGenerates an SVG view factory managed bean source code. The main bean's goal is to produce the different shape views for the SVG translated entities and files.- Specified by:
generatein interfaceSVGGenerator- Throws:
GeneratorException
-
-