Interface SVGGenerator
-
- All Known Implementing Classes:
SVGGeneratorImpl
public interface SVGGeneratorMain entry point for generating the sources for Stunner's SVG view stuff from a given set of source files. The generation process relies on the following types and components: - SVG view model There exist a model for the SVG view entities that have to be generated. For each supported SVG element is should exist a model bean type for it.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringBuffergenerate(SVGGeneratorRequest request)Generates an SVG view factory managed bean source code.
-
-
-
Method Detail
-
generate
StringBuffer generate(SVGGeneratorRequest request) throws GeneratorException
Generates 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.- Throws:
GeneratorException
-
-