Class ChartModelHelper
- java.lang.Object
-
- org.eclipse.birt.chart.model.impl.ChartModelHelper
-
- All Implemented Interfaces:
IChartModelHelper
public class ChartModelHelper extends java.lang.Object implements IChartModelHelper
Chart Model helper is default implementation of IChartModelHelper.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.birt.chart.util.ChartExpressionUtil.ExpressionCodec
createExpressionCodec()
Create an instance of ExpressionCodec.java.util.List<java.lang.String>
getBuiltInExtendedProperties()
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 Detail
-
initInstance
public static void initInstance(IChartModelHelper newInstance)
-
instance
public static IChartModelHelper 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
public java.util.List<java.lang.String> 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
-
-