Class CVFillFactory
- java.lang.Object
-
- net.sf.jasperreports.customvisualization.fill.CVFillFactory
-
- All Implemented Interfaces:
Serializable,net.sf.jasperreports.engine.component.ComponentFillFactory
public class CVFillFactory extends Object implements net.sf.jasperreports.engine.component.ComponentFillFactory, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CVFillFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.sf.jasperreports.engine.component.FillComponentcloneFillComponent(net.sf.jasperreports.engine.component.FillComponent component, net.sf.jasperreports.engine.fill.JRFillCloneFactory factory)net.sf.jasperreports.engine.component.FillComponenttoFillComponent(net.sf.jasperreports.engine.component.Component component, net.sf.jasperreports.engine.fill.JRFillObjectFactory factory)
-
-
-
Method Detail
-
toFillComponent
public net.sf.jasperreports.engine.component.FillComponent toFillComponent(net.sf.jasperreports.engine.component.Component component, net.sf.jasperreports.engine.fill.JRFillObjectFactory factory)- Specified by:
toFillComponentin interfacenet.sf.jasperreports.engine.component.ComponentFillFactory
-
cloneFillComponent
public net.sf.jasperreports.engine.component.FillComponent cloneFillComponent(net.sf.jasperreports.engine.component.FillComponent component, net.sf.jasperreports.engine.fill.JRFillCloneFactory factory)- Specified by:
cloneFillComponentin interfacenet.sf.jasperreports.engine.component.ComponentFillFactory
-
-