java.lang.Object
net.sourceforge.plantuml.sequencediagram.teoz.TileBuilder

public class TileBuilder extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static java.util.List<Tile>
    buildOne(java.util.Iterator<Event> it, TileArguments tileArguments, Event ev, Tile parent)
     
    static java.util.List<Tile>
    buildSeveral(java.util.Iterator<Event> it, TileArguments tileArguments, Tile parent)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TileBuilder

      public TileBuilder()
  • Method Details