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 void
add(SymetricalTee tee)
void
balance()
List<SymetricalTeePositioned>
getElements()
double
getHeight()
double
getWidth()
String
toString()
-
-
-
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()
-
-