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 ChartComponent
public void setChartSettings(ChartSettings chartSettings)
chartSettings
- the chart to setpublic ChartDataset getDataset()
getDataset
in interface ChartComponent
public ChartPlot getPlot()
getPlot
in interface ChartComponent
public void setDataset(ChartDataset dataset)
public void setPlot(ChartPlot plot)
public EvaluationTimeEnum getEvaluationTime()
getEvaluationTime
in interface ChartComponent
public void setEvaluationTime(EvaluationTimeEnum evaluationTime)
evaluationTime
- the evaluationTime to setpublic String getEvaluationGroup()
getEvaluationGroup
in interface ChartComponent
public void setEvaluationGroup(String evaluationGroup)
evaluationGroup
- the evaluationGroup to setpublic Object clone()
clone
in interface JRCloneable
clone
in class Object
public JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupport
getEventSupport
in interface JRChangeEventsSupport
public ComponentContext getContext()
getContext
in interface ContextAwareComponent
public void setContext(ComponentContext context)
setContext
in interface ContextAwareComponent
Copyright © 2017. All rights reserved.