Class ChartModelHelper
java.lang.Object
org.eclipse.birt.chart.model.impl.ChartModelHelper
- All Implemented Interfaces:
IChartModelHelper
Chart Model helper is default implementation of IChartModelHelper.
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.birt.chart.util.ChartExpressionUtil.ExpressionCodec
Create an instance of ExpressionCodec.Gets built-in extended properties which can't be removed in UI.static void
initInstance
(IChartModelHelper newInstance) static IChartModelHelper
instance()
void
updateExtendedProperties
(org.eclipse.emf.common.util.EList<ExtendedProperty> properties) Updates extended properties during model and UI initialization
-
Method Details
-
initInstance
-
instance
-
updateExtendedProperties
public void updateExtendedProperties(org.eclipse.emf.common.util.EList<ExtendedProperty> properties) Description copied from interface:IChartModelHelper
Updates extended properties during model and UI initialization- Specified by:
updateExtendedProperties
in interfaceIChartModelHelper
-
getBuiltInExtendedProperties
Description copied from interface:IChartModelHelper
Gets built-in extended properties which can't be removed in UI.- Specified by:
getBuiltInExtendedProperties
in interfaceIChartModelHelper
- Returns:
- extended properties which can't be removed in UI
-
createExpressionCodec
public org.eclipse.birt.chart.util.ChartExpressionUtil.ExpressionCodec createExpressionCodec()Description copied from interface:IChartModelHelper
Create an instance of ExpressionCodec.- Specified by:
createExpressionCodec
in interfaceIChartModelHelper
- Returns:
- the ExpressionCodec
-