Class Rows

java.lang.Object
joptsimple.internal.Rows

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

    Constructors 
    Constructor Description
    Rows​(int overallWidth, int columnSeparatorWidth)  
  • Method Summary

    Modifier and Type Method Description
    void add​(java.lang.String option, java.lang.String description)  
    void fitToWidth()  
    java.lang.String render()  

    Methods inherited from class java.lang.Object

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

    • Rows

      public Rows​(int overallWidth, int columnSeparatorWidth)
  • Method Details

    • add

      public void add​(java.lang.String option, java.lang.String description)
    • fitToWidth

      public void fitToWidth()
    • render

      public java.lang.String render()