|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.argouml.sequence2.diagram.SequenceDiagramFactory
public class SequenceDiagramFactory
This factory creates a sequence2 Sequence Diagram.
DiagramFactory| Constructor Summary | |
|---|---|
SequenceDiagramFactory()
|
|
| Method Summary | |
|---|---|
ArgoDiagram |
createDiagram(java.lang.Object namespace,
java.lang.Object machine)
Factory method to create a new instance of an ArgoDiagram, including the sequence2 Sequence Diagram |
ArgoDiagram |
createDiagram(java.lang.Object owner,
java.lang.String name,
DiagramSettings settings)
Factory method to create a new instance of an ArgoDiagram. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SequenceDiagramFactory()
| Method Detail |
|---|
public ArgoDiagram createDiagram(java.lang.Object namespace,
java.lang.Object machine)
createDiagram in interface DiagramFactoryInterfacenamespace - The namespace that (in)directly
owns the elements on the diagrammachine - The StateMachine for the diagram
(only: statemachine - activitygraph)
public ArgoDiagram createDiagram(java.lang.Object owner,
java.lang.String name,
DiagramSettings settings)
createDiagram in interface DiagramFactoryInterface2owner - the owning element. This can be the owning namespace for a
Class diagram or an owning Statemachine for a State Diagram or
any other interpretation that the diagram type wants to apply.name - the name of the diagram. This may be null if the caller would
like the factory to provide a default name.settings - default rendering settings for the diagram
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| ArgoUML © 1996-2006 | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |