joptsimple.internal
Class Rows

java.lang.Object
  extended by joptsimple.internal.Rows

public class Rows
extends Object

Author:
Paul Holser

Constructor Summary
Rows(int overallWidth, int columnSeparatorWidth)
           
 
Method Summary
 void add(String option, String description)
           
 void fitToWidth()
           
 String render()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Rows

public Rows(int overallWidth,
            int columnSeparatorWidth)
Method Detail

add

public void add(String option,
                String description)

fitToWidth

public void fitToWidth()

render

public String render()


Copyright © 2014. All Rights Reserved.