Class ChartCopyDesignObjectFactory
- java.lang.Object
-
- net.sf.jasperreports.charts.design.ChartCopyDesignObjectFactory
-
- All Implemented Interfaces:
ChartCopyObjectFactory
public class ChartCopyDesignObjectFactory extends Object implements ChartCopyObjectFactory
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description ChartCopyDesignObjectFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description JRItemLabel
copyItemLabel(JRItemLabel itemLabel, JRChart chart)
static ChartCopyDesignObjectFactory
instance()
-
-
-
Method Detail
-
instance
public static ChartCopyDesignObjectFactory instance()
-
copyItemLabel
public JRItemLabel copyItemLabel(JRItemLabel itemLabel, JRChart chart)
- Specified by:
copyItemLabel
in interfaceChartCopyObjectFactory
-
-