net.sf.jasperreports.components.spiderchart
Class SpiderChartComponent
java.lang.Object
net.sf.jasperreports.components.spiderchart.SpiderChartComponent
- All Implemented Interfaces:
- java.io.Serializable, ChartComponent, Component, JRChangeEventsSupport
public class SpiderChartComponent
- extends java.lang.Object
- implements ChartComponent, JRChangeEventsSupport
- Version:
- $Id: SpiderChartComponent.java 3892 2010-07-16 13:43:20Z shertage $
- Author:
- sanda zaharia (shertage@users.sourceforge.net)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROPERTY_CHART_SETTINGS
public static final java.lang.String PROPERTY_CHART_SETTINGS
- See Also:
- Constant Field Values
PROPERTY_DATASET
public static final java.lang.String PROPERTY_DATASET
- See Also:
- Constant Field Values
PROPERTY_PLOT
public static final java.lang.String PROPERTY_PLOT
- See Also:
- Constant Field Values
PROPERTY_EVALUATION_TIME
public static final java.lang.String PROPERTY_EVALUATION_TIME
- See Also:
- Constant Field Values
PROPERTY_EVALUATION_GROUP
public static final java.lang.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 java.lang.String getEvaluationGroup()
- Specified by:
getEvaluationGroup
in interface ChartComponent
- Returns:
- the evaluationGroup
setEvaluationGroup
public void setEvaluationGroup(java.lang.String evaluationGroup)
- Parameters:
evaluationGroup
- the evaluationGroup to set
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
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com