public class SpiderChartComponent extends Object implements ChartComponent, JRChangeEventsSupport, JRCloneable
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_CHART_SETTINGS |
static String |
PROPERTY_DATASET |
static String |
PROPERTY_EVALUATION_GROUP |
static String |
PROPERTY_EVALUATION_TIME |
static String |
PROPERTY_PLOT |
| Modifier | Constructor and Description |
|---|---|
|
SpiderChartComponent() |
protected |
SpiderChartComponent(SpiderChartComponent chartComponent,
JRBaseObjectFactory baseFactory) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
ChartSettings |
getChartSettings() |
ComponentContext |
getContext() |
ChartDataset |
getDataset() |
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(String evaluationGroup) |
void |
setEvaluationTime(EvaluationTimeEnum evaluationTime) |
void |
setPlot(ChartPlot plot) |
public static final String PROPERTY_CHART_SETTINGS
public static final String PROPERTY_DATASET
public static final String PROPERTY_PLOT
public static final String PROPERTY_EVALUATION_TIME
public static final 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 String getEvaluationGroup()
getEvaluationGroup in interface ChartComponentpublic void setEvaluationGroup(String evaluationGroup)
evaluationGroup - the evaluationGroup to setpublic Object clone()
clone in interface JRCloneableclone in class Objectpublic JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupportgetEventSupport in interface JRChangeEventsSupportpublic ComponentContext getContext()
getContext in interface ContextAwareComponentpublic void setContext(ComponentContext context)
setContext in interface ContextAwareComponentCopyright © 2017. All rights reserved.