|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object th.co.edge.jseq.svg.SVGGenerator
public class SVGGenerator
A SVGGenerator
is used to create a sequence diagram in SVG format.
Constructor Summary | |
---|---|
SVGGenerator()
Creates a new SVGGenerator . |
Method Summary | |
---|---|
org.w3c.dom.Document |
createSVGDocument(ActivationList activationList)
Returns a new XML Document representing an
ActivationList as an SVG document. |
Diagram |
generate(ActivationList activationList)
Returns a new SVG sequence diagram based on the given ActivationList , representing the root activations. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SVGGenerator() throws javax.xml.parsers.ParserConfigurationException
SVGGenerator
.
javax.xml.parsers.ParserConfigurationException
- if there is an error in the XML parser configuration (should
normally not occur)Method Detail |
---|
public Diagram generate(ActivationList activationList)
ActivationList
, representing the root activations.
activationList
- the root activations to use to generate the diagram
TextDiagram
that can be written to file as
XMLpublic org.w3c.dom.Document createSVGDocument(ActivationList activationList)
Document
representing an
ActivationList
as an SVG document.
activationList
- the root activations to use to generate this diagram
Document
representing
activationList
as an SVG document
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |