Package net.sf.jasperreports.barbecue
Class BarbecueFillFactory
- java.lang.Object
-
- net.sf.jasperreports.barbecue.BarbecueFillFactory
-
- All Implemented Interfaces:
ComponentFillFactory
public class BarbecueFillFactory extends Object implements ComponentFillFactory
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description BarbecueFillFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FillComponentcloneFillComponent(FillComponent component, JRFillCloneFactory factory)FillComponenttoFillComponent(Component component, JRFillObjectFactory factory)
-
-
-
Method Detail
-
toFillComponent
public FillComponent toFillComponent(Component component, JRFillObjectFactory factory)
- Specified by:
toFillComponentin interfaceComponentFillFactory
-
cloneFillComponent
public FillComponent cloneFillComponent(FillComponent component, JRFillCloneFactory factory)
- Specified by:
cloneFillComponentin interfaceComponentFillFactory
-
-