public class V2_RenderedAsciiTable extends Object
Constructor and Description |
---|
V2_RenderedAsciiTable(List<StrBuilder> rows)
Returns a new rendered table initialized with a list of rendered rows.
|
Modifier and Type | Method and Description |
---|---|
StrBuilder |
toStrBuilder()
Returns the rendered table as a single string builder
|
String |
toString() |
public V2_RenderedAsciiTable(List<StrBuilder> rows)
rows
- rendered rowspublic StrBuilder toStrBuilder()
Copyright © 2010–2015. All rights reserved.