Date: Sep 29, 2005 @author Rakesh Kalra
23242526272829
* @author Rakesh Kalra */ public class TextTabularDataFormat extends TabularDataFormat { protected Table getTable() { return new TextTable(); }
51525354555657
table.addRow(values); return table.draw(); } protected Table getTable(){ return new TextTable(); }
22232425262728
* Date: Sep 27, 2005 * @author Rakesh Kalra */ public class TextCompositeDataFormat extends CompositeDataFormat { protected Table getTable() { return new TextTable(); }