Deprecated API

Deprecated Fields
org.eclipse.birt.chart.script.ScriptHandler.AFTER_COMPUTATIONS
            
org.eclipse.birt.chart.script.ScriptHandler.AFTER_DRAW_ELEMENT
            
org.eclipse.birt.chart.script.ScriptHandler.AFTER_LAYOUT
            
org.eclipse.birt.chart.script.ScriptHandler.BEFORE_COMPUTATIONS
            
org.eclipse.birt.chart.script.ScriptHandler.BEFORE_DRAW_ELEMENT
            
org.eclipse.birt.chart.script.ScriptHandler.BEFORE_LAYOUT
            
org.eclipse.birt.chart.script.ScriptHandler.FINISH_COMPUTE_SERIES
            
org.eclipse.birt.chart.script.ScriptHandler.FINISH_GENERATION
            
org.eclipse.birt.chart.script.ScriptHandler.FINISH_RENDERING
            
org.eclipse.birt.chart.model.attribute.TriggerCondition.MOUSE_CLICK_LITERAL
          use ONCLICK_LITERAL instead. 
org.eclipse.birt.chart.model.attribute.TriggerCondition.MOUSE_HOVER_LITERAL
          use ONMOUSEOVER_LITERAL instead. 
org.eclipse.birt.chart.script.ScriptHandler.START_COMPUTE_SERIES
            
org.eclipse.birt.chart.script.ScriptHandler.START_GENERATION
            
org.eclipse.birt.chart.script.ScriptHandler.START_RENDERING
            
 

Deprecated Methods
org.eclipse.birt.chart.factory.Generator.build(IDisplayServer, Chart, Scriptable, Bounds, RunTimeContext)
            
org.eclipse.birt.chart.factory.Generator.build(IDisplayServer, Chart, Scriptable, Bounds, RunTimeContext)
            
org.eclipse.birt.chart.factory.Generator.build(IDisplayServer, Chart, Scriptable, Bounds, RunTimeContext, IStyleProcessor)
            
org.eclipse.birt.chart.factory.Generator.build(IDisplayServer, Chart, Scriptable, Bounds, RunTimeContext, IStyleProcessor)
            
org.eclipse.birt.chart.factory.IDataRowExpressionEvaluator.evaluateGlobal(String)
          It's the same as evaluate() now. 
org.eclipse.birt.chart.model.attribute.JavaDateFormatSpecifier.format(Calendar, Locale)
            
org.eclipse.birt.chart.model.attribute.DateFormatSpecifier.format(Calendar, Locale)
            
org.eclipse.birt.chart.model.attribute.NumberFormatSpecifier.format(double, Locale)
            
org.eclipse.birt.chart.model.attribute.JavaNumberFormatSpecifier.format(double, Locale)
            
org.eclipse.birt.chart.model.attribute.FractionNumberFormatSpecifier.format(double, Locale)
            
org.eclipse.birt.chart.model.attribute.Marker.getIconPalette()
          Deprecated. Use Fill property instead. This is kept just to maintain compatibility with old models. 
org.eclipse.birt.chart.factory.RunTimeContext.getLocale()
            
org.eclipse.birt.chart.datafeed.IDataSetProcessor.getLocale()
            
org.eclipse.birt.chart.device.ITextMetrics.getLocale()
            
org.eclipse.birt.chart.device.IDisplayServer.getLocale()
            
org.eclipse.birt.chart.device.IDeviceRenderer.getLocale()
            
org.eclipse.birt.chart.factory.RunTimeContext.getLocale()
            
org.eclipse.birt.chart.script.IChartScriptContext.getLocale()
            
org.eclipse.birt.chart.model.type.LineSeries.getMarker()
          Use Markers property instead. This is kept just to maintain the compatibility with old models. 
org.eclipse.birt.chart.factory.IMessageLookup.getMessageValue(String, Locale)
            
org.eclipse.birt.chart.factory.IMessageLookup.getMessageValue(String, Locale)
            
org.eclipse.birt.chart.model.attribute.impl.AttributeFactoryImpl.getPackage()
            
org.eclipse.birt.chart.model.component.impl.ComponentFactoryImpl.getPackage()
            
org.eclipse.birt.chart.model.data.impl.DataFactoryImpl.getPackage()
            
org.eclipse.birt.chart.model.impl.ModelFactoryImpl.getPackage()
            
org.eclipse.birt.chart.model.layout.impl.LayoutFactoryImpl.getPackage()
            
org.eclipse.birt.chart.model.type.impl.TypeFactoryImpl.getPackage()
            
org.eclipse.birt.chart.script.ScriptHandler.jsFunction_clone(Object)
          Not used anymore. 
org.eclipse.birt.chart.script.ScriptHandler.jsFunction_getDesignTimeModel()
          Not used anymore. 
org.eclipse.birt.chart.script.ScriptHandler.jsFunction_getGeneratedChartState()
          Not used anymore. 
org.eclipse.birt.chart.script.ScriptHandler.jsFunction_getLocale()
          Call IChartScriptContext.getLocale() instead. 
org.eclipse.birt.chart.script.ScriptHandler.jsFunction_getRunTimeModel()
          Call IChartScriptContext.getChartInstance() instead. 
org.eclipse.birt.chart.internal.log.DefaultLoggerImpl.logFromScript(String)
          Logs messages originating from scripts associated with a chart model. 
org.eclipse.birt.chart.factory.Generator.prepare(Chart, IExternalContext, IScriptClassLoader, Locale)
            
org.eclipse.birt.chart.factory.Generator.prepare(Chart, IExternalContext, IScriptClassLoader, Locale)
            
org.eclipse.birt.chart.script.ScriptHandler.setDesignTimeModel(Chart)
          Not used anymore. 
org.eclipse.birt.chart.event.ArcRenderEvent.setEndAngle(double)
          in 2.1. Use setAngleExtent instead 
org.eclipse.birt.chart.script.ScriptHandler.setGeneratedChartState(GeneratedChartState)
          Not used anymore. 
org.eclipse.birt.chart.model.attribute.Marker.setIconPalette(Palette)
          Deprecated. Use Fill property instead. This is kept just to maintain compatibility with old models. 
org.eclipse.birt.chart.factory.RunTimeContext.setLocale(Locale)
            
org.eclipse.birt.chart.factory.RunTimeContext.setLocale(Locale)
            
org.eclipse.birt.chart.internal.script.ChartScriptContext.setLocale(Locale)
            
org.eclipse.birt.chart.script.ScriptHandler.setLocale(ULocale)
          Not used anymore. Use IChartScriptContext to store the locale now. 
org.eclipse.birt.chart.model.type.LineSeries.setMarker(Marker)
          Use Markers property instead. This is kept just to maintain the compatibility with old models. 
org.eclipse.birt.chart.script.ScriptHandler.setRunTimeModel(Chart)
          Not used anymore. Use IChartScriptContext to store the run-time model now. 
 

Deprecated Constructors
org.eclipse.birt.chart.util.CDateTime(Locale)
            
org.eclipse.birt.chart.util.CDateTime(Locale)
            
org.eclipse.birt.chart.exception.ChartException(int, String)
          please use the version with plugIn ID. 
org.eclipse.birt.chart.exception.ChartException(int, String, Object[], ResourceBundle)
          please use the version with plugIn ID. 
org.eclipse.birt.chart.exception.ChartException(int, String, Object[], ResourceBundle, Throwable)
          please use the version with plugIn ID. 
org.eclipse.birt.chart.exception.ChartException(int, String, ResourceBundle)
          please use the version with plugIn ID. 
org.eclipse.birt.chart.exception.ChartException(int, String, ResourceBundle, Throwable)
          please use the version with plugIn ID. 
org.eclipse.birt.chart.exception.ChartException(int, Throwable)
          please use the version with plugIn ID. 
 



Copyright © 2005 Actuate Corp. All rights reserved.