net.sf.jasperreports.components.spiderchart
Class SpiderChartFillFactory
java.lang.Object
net.sf.jasperreports.components.spiderchart.SpiderChartFillFactory
- All Implemented Interfaces:
- ComponentFillFactory
public class SpiderChartFillFactory
- extends Object
- implements ComponentFillFactory
- Version:
- $Id: SpiderChartFillFactory.java 5180 2012-03-29 13:23:12Z teodord $
- Author:
- sanda zaharia (shertage@users.sourceforge.net)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpiderChartFillFactory
public SpiderChartFillFactory()
toFillComponent
public FillComponent toFillComponent(Component component,
JRFillObjectFactory factory)
- Description copied from interface:
ComponentFillFactory
- Creates a fill component instance for a component.
- Specified by:
toFillComponent in interface ComponentFillFactory
- Parameters:
component - the componentfactory - the fill objects factory
- Returns:
- the fill component instance
cloneFillComponent
public FillComponent cloneFillComponent(FillComponent component,
JRFillCloneFactory factory)
- Description copied from interface:
ComponentFillFactory
- Creates a clone of a fill component.
Fill components clones are currently only created when the component
element is placed inside a crosstab.
- Specified by:
cloneFillComponent in interface ComponentFillFactory
- Parameters:
component - the fill componentfactory - the clone factory
- Returns:
- a clone of the fill component
Copyright © 2012. All Rights Reserved.