Package net.sf.jasperreports.barcode4j
Class BarcodeDesignConverter
- java.lang.Object
-
- net.sf.jasperreports.barcode4j.BarcodeDesignConverter
-
- All Implemented Interfaces:
ComponentDesignConverter
public class BarcodeDesignConverter extends Object implements ComponentDesignConverter
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description BarcodeDesignConverter()
-
Method Summary
All 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.protected Renderable
evaluateBarcode(ReportConverter reportConverter, JRComponentElement element)
-
-
-
Method Detail
-
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
-
evaluateBarcode
protected Renderable evaluateBarcode(ReportConverter reportConverter, JRComponentElement element)
-
-