net.sf.jasperreports.components.sort
Class SortComponentDesignConverter
java.lang.Object
net.sf.jasperreports.engine.convert.ElementConverter
net.sf.jasperreports.engine.convert.ElementIconConverter
net.sf.jasperreports.components.sort.SortComponentDesignConverter
- All Implemented Interfaces:
- ComponentDesignConverter
public class SortComponentDesignConverter
- extends ElementIconConverter
- implements ComponentDesignConverter
- Version:
- $Id: SortComponentDesignConverter.java 4595 2011-09-08 15:55:10Z teodord $
- Author:
- Narcis Marcu (narcism@users.sourceforge.net)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static SortComponentDesignConverter getInstance()
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.