net.sf.jasperreports.components.table
Class TableDesignConverter
java.lang.Object
net.sf.jasperreports.components.table.TableDesignConverter
- All Implemented Interfaces:
- ComponentDesignConverter
public class TableDesignConverter
- extends Object
- implements ComponentDesignConverter
Table preview converter.
- Version:
- $Id: TableDesignConverter.java 4595 2011-09-08 15:55:10Z teodord $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableDesignConverter
public TableDesignConverter()
convert
public JRPrintElement convert(ReportConverter reportConverter,
JRComponentElement element)
- Description copied from interface:
ComponentDesignConverter
- Converts a component element into a print element that represents a preview
of the component.
- Specified by:
convert in interface ComponentDesignConverter
- Parameters:
reportConverter - the report converter instanceelement - the component element
- Returns:
- a print element that represents a preview of the component
Copyright © 2012. All Rights Reserved.