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
- Author:
- Narcis Marcu (narcism@users.sourceforge.net)
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description JRPrintElement
convert(ReportConverter reportConverter, JRComponentElement element)
Converts a component element into a print element that represents a preview of the component.static SortComponentDesignConverter
getInstance()
-
Methods inherited from class net.sf.jasperreports.engine.convert.ElementIconConverter
convert
-
Methods inherited from class net.sf.jasperreports.engine.convert.ElementConverter
copyElement, copyGraphicElement
-
-
-
-
Method Detail
-
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 interfaceComponentDesignConverter
- Parameters:
reportConverter
- the report converter instanceelement
- the component element- Returns:
- a print element that represents a preview of the component
-
-