Interface ComponentFillFactory
-
- All Known Implementing Classes:
BarbecueFillFactory,BarcodeFillFactory,FillListFactory,FillTableFactory,IconLabelComponentFillFactory,MapFillFactory,SortComponentFillFactory,SpiderChartFillFactory
public interface ComponentFillFactoryA factory of fill component instances.- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
ComponentManager,FillComponent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FillComponentcloneFillComponent(FillComponent component, JRFillCloneFactory factory)Creates a clone of a fill component.FillComponenttoFillComponent(Component component, JRFillObjectFactory factory)Creates a fill component instance for a component.
-
-
-
Method Detail
-
toFillComponent
FillComponent toFillComponent(Component component, JRFillObjectFactory factory)
Creates a fill component instance for a component.- Parameters:
component- the componentfactory- the fill objects factory- Returns:
- the fill component instance
-
cloneFillComponent
FillComponent cloneFillComponent(FillComponent component, JRFillCloneFactory factory)
Creates a clone of a fill component.Fill components clones are currently only created when the component element is placed inside a crosstab.
- Parameters:
component- the fill componentfactory- the clone factory- Returns:
- a clone of the fill component
-
-