net.sourceforge.plantuml.salt
Class Positionner

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

public class Positionner
extends Object


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

Constructor Detail

Positionner

public Positionner()
Method Detail

add

public void add(Terminated<Element> element)

getAll

public Map<Element,Position> getAll()

getNbRows

public final int getNbRows()

getNbCols

public final int getNbCols()


Copyright © 2013. All Rights Reserved.