com.zanthan.sequence
Class Fasade

java.lang.Object
  extended by com.zanthan.sequence.Fasade

public class Fasade
extends Object

This class is a fasade for the Sequence library. It is located in the pacakge com.zanathan.sequence to access classes that have other than public visability.

Author:
David Stefan (DST)
File-location:
Fasade
Last check-in date:
2009-12-01 10:59:54 +0100 (Di, 01. Dez 2009) by jonasha for revision 4010

Constructor Summary
Fasade()
           
 
Method Summary
 void createSequenceDiagram(String graph, String filename)
          Create a Sequence Diagram of the given graph.
 void createSequenceDiagram(String graph, String filename, int width, int height)
          Create a Sequence Diagram of the given graph.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Fasade

public Fasade()
Method Detail

createSequenceDiagram

public void createSequenceDiagram(String graph,
                                  String filename)
Create a Sequence Diagram of the given graph.

Parameters:
graph - The graph to create the diagram for
filename - The file to save the graph in

createSequenceDiagram

public void createSequenceDiagram(String graph,
                                  String filename,
                                  int width,
                                  int height)
Create a Sequence Diagram of the given graph.

Parameters:
graph - The graph to create the diagram for
filename - The file to save the graph in
width - The width of the diagram
height - The height of the diagram


Copyright © 2005-2011 ELCA. All Rights Reserved.