org.kite9.diagram.builders.formats.sequence
Class NoLayoutSequenceDiagramFormat

java.lang.Object
  extended by org.kite9.diagram.builders.formats.sequence.AbstractSequenceDiagramFormat
      extended by org.kite9.diagram.builders.formats.sequence.NoLayoutSequenceDiagramFormat

public class NoLayoutSequenceDiagramFormat
extends AbstractSequenceDiagramFormat


Constructor Summary
NoLayoutSequenceDiagramFormat(DiagramBuilder db)
           
NoLayoutSequenceDiagramFormat(InsertionInterface ii, NounFactory nf, Aliaser a)
           
 
Method Summary
protected  Label buildFromLabel(Step s, Label existing)
           
protected  void createLink(Step s, DiagramElement from, DiagramElement to, Direction d)
           
 void write(SequenceDiagramDataProvider provider, Container c)
          Formats the information in the provider, putting all of the created elements into the container.
 
Methods inherited from class org.kite9.diagram.builders.formats.sequence.AbstractSequenceDiagramFormat
buildToLabel, getDirectionFor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoLayoutSequenceDiagramFormat

public NoLayoutSequenceDiagramFormat(DiagramBuilder db)

NoLayoutSequenceDiagramFormat

public NoLayoutSequenceDiagramFormat(InsertionInterface ii,
                                     NounFactory nf,
                                     Aliaser a)
Method Detail

write

public void write(SequenceDiagramDataProvider provider,
                  Container c)
Formats the information in the provider, putting all of the created elements into the container.


buildFromLabel

protected Label buildFromLabel(Step s,
                               Label existing)
Overrides:
buildFromLabel in class AbstractSequenceDiagramFormat

createLink

protected void createLink(Step s,
                          DiagramElement from,
                          DiagramElement to,
                          Direction d)


Copyright © 2011. All Rights Reserved.