net.sf.jasperreports.components.sort
Class SortComponentFillFactory

java.lang.Object
  extended by net.sf.jasperreports.components.sort.SortComponentFillFactory
All Implemented Interfaces:
ComponentFillFactory

public class SortComponentFillFactory
extends java.lang.Object
implements ComponentFillFactory

Version:
$Id: SortComponentFillFactory.java 4595 2011-09-08 15:55:10Z teodord $
Author:
Narcis Marcu (narcism@users.sourceforge.net)

Constructor Summary
SortComponentFillFactory()
           
 
Method Summary
 FillComponent cloneFillComponent(FillComponent component, JRFillCloneFactory factory)
          Creates a clone of a fill component.
 FillComponent toFillComponent(Component component, JRFillObjectFactory factory)
          Creates a fill component instance for a component.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortComponentFillFactory

public SortComponentFillFactory()
Method Detail

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 component
factory - 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 component
factory - the clone factory
Returns:
a clone of the fill component


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com