Class ListWidth
- java.lang.Object
-
- net.sourceforge.plantuml.salt.element.ListWidth
-
public class ListWidth extends Object
-
-
Constructor Summary
Constructors Constructor Description ListWidth()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(double width)
double
getTotalWidthWithMargin(double margin)
Iterator<Double>
iterator()
ListWidth
mergeMax(ListWidth other)
-