public class SpiderChartComponent extends java.lang.Object implements ChartComponent, JRChangeEventsSupport, JRCloneable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROPERTY_CHART_SETTINGS |
static java.lang.String |
PROPERTY_DATASET |
static java.lang.String |
PROPERTY_EVALUATION_GROUP |
static java.lang.String |
PROPERTY_EVALUATION_TIME |
static java.lang.String |
PROPERTY_PLOT |
| Modifier | Constructor and Description |
|---|---|
|
SpiderChartComponent() |
protected |
SpiderChartComponent(SpiderChartComponent chartComponent,
JRBaseObjectFactory baseFactory) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
ChartSettings |
getChartSettings() |
ComponentContext |
getContext() |
ChartDataset |
getDataset() |
java.lang.String |
getEvaluationGroup() |
EvaluationTimeEnum |
getEvaluationTime() |
JRPropertyChangeSupport |
getEventSupport()
Returns the property change support object for this instance.
|
ChartPlot |
getPlot() |
void |
setChartSettings(ChartSettings chartSettings) |
void |
setContext(ComponentContext context) |
void |
setDataset(ChartDataset dataset) |
void |
setEvaluationGroup(java.lang.String evaluationGroup) |
void |
setEvaluationTime(EvaluationTimeEnum evaluationTime) |
void |
setPlot(ChartPlot plot) |
public static final java.lang.String PROPERTY_CHART_SETTINGS
public static final java.lang.String PROPERTY_DATASET
public static final java.lang.String PROPERTY_PLOT
public static final java.lang.String PROPERTY_EVALUATION_TIME
public static final java.lang.String PROPERTY_EVALUATION_GROUP
public SpiderChartComponent()
protected SpiderChartComponent(SpiderChartComponent chartComponent, JRBaseObjectFactory baseFactory)
public ChartSettings getChartSettings()
getChartSettings in interface ChartComponentpublic void setChartSettings(ChartSettings chartSettings)
chartSettings - the chart to setpublic ChartDataset getDataset()
getDataset in interface ChartComponentpublic ChartPlot getPlot()
getPlot in interface ChartComponentpublic void setDataset(ChartDataset dataset)
public void setPlot(ChartPlot plot)
public EvaluationTimeEnum getEvaluationTime()
getEvaluationTime in interface ChartComponentpublic void setEvaluationTime(EvaluationTimeEnum evaluationTime)
evaluationTime - the evaluationTime to setpublic java.lang.String getEvaluationGroup()
getEvaluationGroup in interface ChartComponentpublic void setEvaluationGroup(java.lang.String evaluationGroup)
evaluationGroup - the evaluationGroup to setpublic java.lang.Object clone()
clone in interface JRCloneableclone in class java.lang.Objectpublic JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupportgetEventSupport in interface JRChangeEventsSupportpublic ComponentContext getContext()
getContext in interface ContextAwareComponentpublic void setContext(ComponentContext context)
setContext in interface ContextAwareComponent© 2001-2010 Jaspersoft Corporation www.jaspersoft.com