org.tinygroup.convert.text.config
Class TextRow

java.lang.Object
  extended by org.tinygroup.convert.text.config.TextRow

public class TextRow
extends Object


Constructor Summary
TextRow()
           
 
Method Summary
 void addCell(TextCell cell)
           
 void adjustLength(List<Integer> lengths)
           
 List<TextCell> getCells()
           
 void setCells(List<TextCell> cells)
           
 String toString(String cellSplit, String rowSplit, boolean checkLength)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextRow

public TextRow()
Method Detail

getCells

public List<TextCell> getCells()

setCells

public void setCells(List<TextCell> cells)

addCell

public void addCell(TextCell cell)

toString

public String toString(String cellSplit,
                       String rowSplit,
                       boolean checkLength)

adjustLength

public void adjustLength(List<Integer> lengths)


Copyright © 2006–2015 TinyGroup. All rights reserved.