net.sourceforge.plantuml.salt
Class Positionner2

java.lang.Object
  extended by net.sourceforge.plantuml.salt.Positionner2

public class Positionner2
extends Object


Constructor Summary
Positionner2()
           
 
Method Summary
 void add(Terminated<Element> element)
           
 Map<Element,Cell> getAll()
           
 int getNbCols()
           
 int getNbRows()
           
 void mergeLeft(Terminator terminator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Positionner2

public Positionner2()
Method Detail

add

public void add(Terminated<Element> element)

mergeLeft

public void mergeLeft(Terminator terminator)

getAll

public Map<Element,Cell> getAll()

getNbRows

public final int getNbRows()

getNbCols

public final int getNbCols()


Copyright © 2013. All Rights Reserved.