net.sf.jasperreports.components.spiderchart
Class SpiderChartComponent
java.lang.Object
net.sf.jasperreports.components.spiderchart.SpiderChartComponent
- All Implemented Interfaces:
- Serializable, Cloneable, ChartComponent, Component, ContextAwareComponent, JRChangeEventsSupport, JRCloneable
public class SpiderChartComponent
- extends Object
- implements ChartComponent, JRChangeEventsSupport, JRCloneable
- Version:
- $Id: SpiderChartComponent.java 5005 2012-02-16 08:44:22Z shertage $
- Author:
- sanda zaharia (shertage@users.sourceforge.net)
- See Also:
- Serialized Form
PROPERTY_CHART_SETTINGS
public static final String PROPERTY_CHART_SETTINGS
- See Also:
- Constant Field Values
PROPERTY_DATASET
public static final String PROPERTY_DATASET
- See Also:
- Constant Field Values
PROPERTY_PLOT
public static final String PROPERTY_PLOT
- See Also:
- Constant Field Values
PROPERTY_EVALUATION_TIME
public static final String PROPERTY_EVALUATION_TIME
- See Also:
- Constant Field Values
PROPERTY_EVALUATION_GROUP
public static final String PROPERTY_EVALUATION_GROUP
- See Also:
- Constant Field Values
SpiderChartComponent
public SpiderChartComponent()
SpiderChartComponent
protected SpiderChartComponent(SpiderChartComponent chartComponent,
JRBaseObjectFactory baseFactory)
getChartSettings
public ChartSettings getChartSettings()
- Specified by:
getChartSettings in interface ChartComponent
- Returns:
- the chart
setChartSettings
public void setChartSettings(ChartSettings chartSettings)
- Parameters:
chartSettings - the chart to set
getDataset
public ChartDataset getDataset()
- Specified by:
getDataset in interface ChartComponent
- Returns:
- the dataset
getPlot
public ChartPlot getPlot()
- Specified by:
getPlot in interface ChartComponent
- Returns:
- the plot
setDataset
public void setDataset(ChartDataset dataset)
setPlot
public void setPlot(ChartPlot plot)
getEvaluationTime
public EvaluationTimeEnum getEvaluationTime()
- Specified by:
getEvaluationTime in interface ChartComponent
- Returns:
- the evaluationTime
setEvaluationTime
public void setEvaluationTime(EvaluationTimeEnum evaluationTime)
- Parameters:
evaluationTime - the evaluationTime to set
getEvaluationGroup
public String getEvaluationGroup()
- Specified by:
getEvaluationGroup in interface ChartComponent
- Returns:
- the evaluationGroup
setEvaluationGroup
public void setEvaluationGroup(String evaluationGroup)
- Parameters:
evaluationGroup - the evaluationGroup to set
clone
public Object clone()
- Specified by:
clone in interface JRCloneable- Overrides:
clone in class Object
getEventSupport
public JRPropertyChangeSupport getEventSupport()
- Description copied from interface:
JRChangeEventsSupport
- Returns the property change support object for this instance.
- Specified by:
getEventSupport in interface JRChangeEventsSupport
- Returns:
- the property change support object for this instance
getContext
public ComponentContext getContext()
- Specified by:
getContext in interface ContextAwareComponent
setContext
public void setContext(ComponentContext context)
- Specified by:
setContext in interface ContextAwareComponent
Copyright © 2012. All Rights Reserved.