public abstract class AbstractChartElement<DefinitionType extends ElementDefinition> extends java.lang.Object implements ChartElement<DefinitionType>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractChartElement(ChartContext chartContext,
DefinitionType definition) |
| Modifier and Type | Method and Description |
|---|---|
ChartContext |
getChartContext() |
DefinitionType |
getDefinition() |
protected AbstractChartElement(ChartContext chartContext, DefinitionType definition)
public ChartContext getChartContext()
public DefinitionType getDefinition()
getDefinition in interface ChartElement<DefinitionType extends ElementDefinition>ElementDefinition implementation for this element.