Class ListWidth

java.lang.Object
net.sourceforge.plantuml.salt.element.ListWidth

public class ListWidth extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(double width)
     
    double
    getTotalWidthWithMargin(double margin)
     
    java.util.Iterator<java.lang.Double>
     
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ListWidth

      public ListWidth()
  • Method Details

    • add

      public void add(double width)
    • mergeMax

      public ListWidth mergeMax(ListWidth other)
    • getTotalWidthWithMargin

      public double getTotalWidthWithMargin(double margin)
    • iterator

      public java.util.Iterator<java.lang.Double> iterator()