slreportgen.report.ElementDiagram.customizeReporter
Class: slreportgen.report.ElementDiagram
Namespace: slreportgen.report
Create custom element diagram reporter class
Syntax
reporter = slreportgen.report.ElementDiagram.customizeReporter(classpath)
Description
creates an empty element diagram class definition file that is a subclass of
reporter
= slreportgen.report.ElementDiagram.customizeReporter(classpath
)slreportgen.report.ElementDiagram
. The file is created at the specified
classpath
location. The customizeReporter
method also
copies the default element diagram templates to the
<classpath>/resources/template
folder. You can use the new class
definition file as a starting point to design a custom element diagram class for your
report.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2018b