Package net.sourceforge.plantuml.mindmap
Class Tetris
- java.lang.Object
-
- net.sourceforge.plantuml.mindmap.Tetris
-
public class Tetris extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(SymetricalTee tee)voidbalance()List<SymetricalTeePositioned>getElements()doublegetHeight()doublegetWidth()StringtoString()
-
-
-
Constructor Detail
-
Tetris
public Tetris(String name)
-
-
Method Detail
-
balance
public void balance()
-
getHeight
public double getHeight()
-
getWidth
public double getWidth()
-
add
public void add(SymetricalTee tee)
-
getElements
public List<SymetricalTeePositioned> getElements()
-
-