Interface ComponentDesignConverter
- All Known Implementing Classes:
BarbecueDesignConverter,BarcodeDesignConverter,IconLabelComponentDesignConverter,ListDesignConverter,SpiderChartDesignConverter,TableDesignConverter
public interface ComponentDesignConverter
Converter of design report elements into a print elements used for report
design previewing.
Such converters are used when a report design that contains component elements are previewed. Each component implementation can include a converter that provides a preview representation of a component instance.
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionconvert(ReportConverter reportConverter, JRComponentElement element) Converts a component element into a print element that represents a preview of the component.
-
Method Details
-
convert
Converts a component element into a print element that represents a preview of the component.- Parameters:
reportConverter- the report converter instanceelement- the component element- Returns:
- a print element that represents a preview of the component
-