joptsimple.internal
Class Rows
java.lang.Object
joptsimple.internal.Rows
public class Rows
- extends Object
- Author:
- Paul Holser
Constructor Summary |
Rows(int overallWidth,
int columnSeparatorWidth)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Rows
public Rows(int overallWidth,
int columnSeparatorWidth)
add
public void add(String option,
String description)
fitToWidth
public void fitToWidth()
render
public String render()
Copyright © 2014. All Rights Reserved.