Class AbstractChartElement<DefinitionType extends ElementDefinition>
- java.lang.Object
- 
- com.inductiveautomation.sfc.api.elements.AbstractChartElement<DefinitionType>
 
- 
- All Implemented Interfaces:
- ChartElement<DefinitionType>
 
 public abstract class AbstractChartElement<DefinitionType extends ElementDefinition> extends java.lang.Object implements ChartElement<DefinitionType> 
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedAbstractChartElement(ChartContext chartContext, DefinitionType definition)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ChartContextgetChartContext()DefinitionTypegetDefinition()
 
- 
- 
- 
Constructor Detail- 
AbstractChartElementprotected AbstractChartElement(ChartContext chartContext, DefinitionType definition) 
 
- 
 - 
Method Detail- 
getChartContextpublic ChartContext getChartContext() 
 - 
getDefinitionpublic DefinitionType getDefinition() - Specified by:
- getDefinitionin interface- ChartElement<DefinitionType extends ElementDefinition>
- Returns:
- the ElementDefinitionimplementation for this element.
 
 
- 
 
-