Package org.eclnt.ccaddons.diagram.svg
Interface ISVGDecorator
public interface ISVGDecorator
-
Method Summary
Modifier and TypeMethodDescriptiondecorateLineSVG(String lineSVG, ShapeRepository repository, Chart chart, ChartLineInstance line) decorateShapeSVG(String shapeSVG, ShapeRepository repository, Chart chart, ChartShapeInstance shape) generatePreampel(ShapeRepository repository, Chart chart)
-
Method Details
-
generatePreampel
-
decorateShapeSVG
String decorateShapeSVG(String shapeSVG, ShapeRepository repository, Chart chart, ChartShapeInstance shape) -
decorateLineSVG
String decorateLineSVG(String lineSVG, ShapeRepository repository, Chart chart, ChartLineInstance line)
-