Uses of Class
org.eclipse.birt.chart.exception.ChartException

Packages that use ChartException
org.eclipse.birt.chart.api   
org.eclipse.birt.chart.computation This is a placeholder file for the org.eclipse.birt.chart.computation package. 
org.eclipse.birt.chart.computation.withaxes This is a placeholder file for the org.eclipse.birt.chart.computation.withaxes package. 
org.eclipse.birt.chart.computation.withoutaxes This is a placeholder file for the org.eclipse.birt.chart.computation.withoutaxes package. 
org.eclipse.birt.chart.datafeed Provides classes and interfaces that determine how a user's custom dataset needs to be interpreted. 
org.eclipse.birt.chart.device Provides interfaces and no-op adapters that define services provided by the device renderer and an associated display server. 
org.eclipse.birt.chart.event Contains classes that define a rendering notification that is interpreted by a device renderer. 
org.eclipse.birt.chart.factory Contains classes and interfaces used in the chart building and generation phase. 
org.eclipse.birt.chart.internal.datafeed   
org.eclipse.birt.chart.internal.layout   
org.eclipse.birt.chart.model.layout Contains a layout manager capable of arranging a set of blocks associated with the chart representation. 
org.eclipse.birt.chart.model.layout.impl Contains core class implementations for blocks associated with the chart representation. 
org.eclipse.birt.chart.render Contains classes that represent the core plot rendering framework. 
org.eclipse.birt.chart.script   
org.eclipse.birt.chart.util Provides miscellaneous classes associated with data types and extension lookup services. 
 

Uses of ChartException in org.eclipse.birt.chart.api
 

Methods in org.eclipse.birt.chart.api that throw ChartException
 IDataSetProcessor ChartEngine.getDataSetProcessor(java.lang.Class cSeries)
          Retrieves the first instance of a data set processor registered as an extension for a given series type.
 IDataSetProcessor ChartEngine.getDataSetProcessor(java.lang.Class cSeries)
          Retrieves the first instance of a data set processor registered as an extension for a given series type.
 IDeviceRenderer ChartEngine.getRenderer(java.lang.String deviceID)
          Loads a device renderer, required by IChartGenerator to render charts
 IDeviceRenderer ChartEngine.getRenderer(java.lang.String deviceID)
          Loads a device renderer, required by IChartGenerator to render charts
 

Uses of ChartException in org.eclipse.birt.chart.computation
 

Methods in org.eclipse.birt.chart.computation that throw ChartException
 boolean EllipsisHelper.checkLabelEllipsis(java.lang.String sText_, java.lang.Object oPara)
           
 Size LegendBuilder.compute(IDisplayServer xs, Chart cm, SeriesDefinition[] seda, RunTimeContext rtc)
          Computes the size of the legend.
static java.lang.String ValueFormatter.format(java.lang.Object oValue, FormatSpecifier fs, com.ibm.icu.util.ULocale lcl, java.lang.Object oCachedJavaFormatter)
          Returns the formatted string representation of given object.
static double Methods.getLocation(AutoScale sc, java.lang.Object oValue)
           
static double Methods.getNormalizedLocation(AutoScale sc, java.lang.Object oValue)
           
 DataPointHints DataPointHints.getVirtualCopy()
          Returns a copy of current DataPointHints object, which is virtual.
static void Methods.limitDataPointLabelLocation(Chart cm, IDisplayServer xs, Label laDataPoint, double dScale, Location lo)
          Limits the Data point Label inside area including axes
 boolean EllipsisHelper.ILabelVisibilityTester.testLabelVisible(java.lang.String strNew, java.lang.Object oPara)
           
 

Constructors in org.eclipse.birt.chart.computation that throw ChartException
DataPointHints(java.lang.Object _oBaseValue, java.lang.Object _oOrthogonalValue, java.lang.Object _oSeriesValue, java.lang.Object _oPercentileValue, DataPoint _dp, FormatSpecifier _fsBase, FormatSpecifier _fsOrthogonal, FormatSpecifier _fsSeries, FormatSpecifier _fsPercentile, int _idx, Location _lo, double[] _dSize, RunTimeContext _rtc)
          The constructor.
DataPointHints(java.lang.Object _oBaseValue, java.lang.Object _oOrthogonalValue, java.lang.Object _oSeriesValue, java.lang.Object _oPercentileValue, DataPoint _dp, FormatSpecifier _fsBase, FormatSpecifier _fsOrthogonal, FormatSpecifier _fsSeries, FormatSpecifier _fsPercentile, int _idx, Location _lo, double _dSize, RunTimeContext _rtc)
          DataPointHints constructor.
DataSetIterator(com.ibm.icu.util.Calendar[] ca)
           
DataSetIterator(DataSet ds)
           
DataSetIterator(java.lang.Object oContent, int iDataType)
           
UserDataSetHints(org.eclipse.emf.common.util.EMap allSeriesDataSets)
          The constructor.
 

Uses of ChartException in org.eclipse.birt.chart.computation.withaxes
 

Methods in org.eclipse.birt.chart.computation.withaxes that throw ChartException
 boolean AutoScale.checkFit(IDisplayServer xs, Label la, int iLabelLocation)
          Checks all labels for any overlap for a given axis' scale
abstract  void PlotWithAxes.compute(Bounds bo)
          This method computes the entire chart within the given bounds.
 void PlotWith3DAxes.compute(Bounds bo)
           
 void PlotWith2DAxes.compute(Bounds bo)
          This method computes the entire chart within the given bounds.
 double AutoScale.computeAxisLabelThickness(IDisplayServer xs, Label la, int iOrientation)
           
 double AutoScale.computeStaggeredAxisLabelOffset(IDisplayServer xs, Label la, int iOrientation)
           
 int AutoScale.computeTicks(IDisplayServer xs, Label la, int iLabelLocation, int iOrientation, double dStart, double dEnd, boolean bConsiderStartEndLabels, AllAxes aax)
           
 int AutoScale.computeTicks(IDisplayServer xs, Label la, int iLabelLocation, int iOrientation, double dStart, double dEnd, boolean bConsiderStartLabel, boolean bConsiderEndLabel, AllAxes aax)
           
 Rectangle[] PlotWith3DAxes.getAllAxisLabelBounds()
           
 Rectangle PlotWith3DAxes.getAxisLabelBoundingRectXZ(OneAxis oax)
           
 Rectangle[] PlotWith3DAxes.getAxisLabelBoundingRectY(OneAxis oax)
           
 Rectangle PlotWith3DAxes.getBoundsOfAllAxisLabels()
           
 Position SeriesRenderingHints.getLabelPosition(Series se)
           
 Position SeriesRenderingHints3D.getLabelPosition(Series se)
           
abstract  java.lang.String AxisLabelTextProvider.getLabelText(int index)
           
 double SeriesRenderingHints.getLocationOnOrthogonal(java.lang.Object oValue)
           
 double SeriesRenderingHints3D.getLocationOnOrthogonal(java.lang.Object oValue)
           
abstract  ISeriesRenderingHints PlotWithAxes.getSeriesRenderingHints(SeriesDefinition sdOrthogonal, Series seOrthogonal)
           
 ISeriesRenderingHints PlotWith3DAxes.getSeriesRenderingHints(SeriesDefinition sdOrthogonal, Series seOrthogonal)
           
 ISeriesRenderingHints PlotWith2DAxes.getSeriesRenderingHints(SeriesDefinition sdOrthogonal, Series seOrthogonal)
           
 int AutoScale.getTickCount()
          Computes tick count
 void PlotWith2DAxes.initDynamicPlotBounds(Bounds bo)
          Initializes the chart plot bounds for the dynamic size case.
static void AutoScale.setNumberMinMaxToScale(AutoScale sc, java.lang.Object oMinimum, java.lang.Object oMaximum, RunTimeContext rtc, OneAxis ax)
          Updates AutoScale by checking min or max
static void AutoScale.setStepToScale(AutoScale sc, java.lang.Object oStep, java.lang.Integer oStepNumber, RunTimeContext rtc)
          Updates AutoScale by checking step size and step number
 

Constructors in org.eclipse.birt.chart.computation.withaxes that throw ChartException
PlotWith2DAxes(IDisplayServer _ids, ChartWithAxes _cwa, RunTimeContext _rtc)
          The default constructor
PlotWith3DAxes(IDisplayServer _ids, ChartWithAxes _cwa, RunTimeContext _rtc)
           
 

Uses of ChartException in org.eclipse.birt.chart.computation.withoutaxes
 

Methods in org.eclipse.birt.chart.computation.withoutaxes that throw ChartException
 java.lang.Double[] SeriesRenderingHints.asDoubleValues()
           
 double[] SeriesRenderingHints.asPrimitiveDoubleValues()
           
 SeriesRenderingHints PlotWithoutAxes.getSeriesRenderingHints(Series seOrthogonal)
           
 

Uses of ChartException in org.eclipse.birt.chart.datafeed
 

Methods in org.eclipse.birt.chart.datafeed that throw ChartException
 DataSet DataSetAdapter.fromString(java.lang.String sDataSetRepresentation, DataSet ds)
           
 DataSet IDataSetProcessor.fromString(java.lang.String sDataSetRepresentation, DataSet ds)
          Attempts to parse a line of text representing multiple values of a specific data element type and updates an existing data set or creates a new data set filled with these values.
 java.lang.Object DataSetAdapter.getMaximum(DataSet ds)
           
 java.lang.Object IDataSetProcessor.getMaximum(DataSet ds)
          Causes implementation specific data set processor classes to compute the maximum value in a data set of a specific series type.
 java.lang.Object DataSetAdapter.getMinimum(DataSet ds)
           
 java.lang.Object IDataSetProcessor.getMinimum(DataSet ds)
          Causes implementation specific data set processor classes to compute the minimum value in a data set of a specific series type.
 DataSet DataSetAdapter.populate(java.lang.Object oResultSetDef, DataSet ds)
           
 DataSet IDataSetProcessor.populate(java.lang.Object oResultSetDef, DataSet ds)
          Populates a data set with data element values retrieved from a result set created as a result of query execution
 java.lang.String DataSetAdapter.toString(java.lang.Object[] columnData)
           
 java.lang.String IDataSetProcessor.toString(java.lang.Object[] columnData)
          Attempts to format a column of data to string.
 

Uses of ChartException in org.eclipse.birt.chart.device
 

Methods in org.eclipse.birt.chart.device that throw ChartException
 void IDeviceRenderer.after()
          A notification sent to the device to cleanup after rendering is done
 void DeviceAdapter.after()
           
 void DeviceAdapter.applyTransformation(TransformationEvent tev)
           
 void IPrimitiveRenderer.applyTransformation(TransformationEvent tev)
          This method is capable of applying a global transformation on the device specific graphics context Available transformation types are: SCALE, TRANSLATE, ROTATE
 void IDeviceRenderer.before()
          A notification sent to the device to initialize itself before rendering begins
 void DeviceAdapter.before()
           
 void DeviceAdapter.drawArc(ArcRenderEvent are)
           
 void IPrimitiveRenderer.drawArc(ArcRenderEvent are)
          This method is responsible for drawing an elliptical arc on the target rendering device's graphic context.
 void DeviceAdapter.drawArea(AreaRenderEvent are)
           
 void IPrimitiveRenderer.drawArea(AreaRenderEvent are)
          This method is responsible for drawing a custom defined area on the target rendering device's graphic context.
 void DeviceAdapter.drawImage(ImageRenderEvent ire)
           
 void IPrimitiveRenderer.drawImage(ImageRenderEvent ire)
          This method is responsible for drawing an image on the target rendering device's graphic context.
 void DeviceAdapter.drawLine(LineRenderEvent lre)
           
 void IPrimitiveRenderer.drawLine(LineRenderEvent lre)
          This method is responsible for drawing a line on the target rendering device's graphic context.
 void DeviceAdapter.drawOval(OvalRenderEvent ore)
           
 void IPrimitiveRenderer.drawOval(OvalRenderEvent ore)
          This method is responsible for drawing an oval area on the target rendering device's graphic context.
 void DeviceAdapter.drawPolygon(PolygonRenderEvent pre)
           
 void IPrimitiveRenderer.drawPolygon(PolygonRenderEvent pre)
          This method is responsible for drawing a polygon on the target rendering device's graphic context.
 void DeviceAdapter.drawRectangle(RectangleRenderEvent rre)
           
 void IPrimitiveRenderer.drawRectangle(RectangleRenderEvent rre)
          This method is responsible for drawing a rectangle on the target rendering device's graphic context.
 void DeviceAdapter.drawText(TextRenderEvent tre)
           
 void IPrimitiveRenderer.drawText(TextRenderEvent tre)
          This method renders text on the target rendering device's graphic context using one of the three methods: 1.
 void DeviceAdapter.enableInteraction(InteractionEvent ie)
           
 void IPrimitiveRenderer.enableInteraction(InteractionEvent ie)
           
 void DeviceAdapter.fillArc(ArcRenderEvent are)
           
 void IPrimitiveRenderer.fillArc(ArcRenderEvent are)
          This method is responsible for filling an elliptical arc on the target rendering device's graphic context.
 void DeviceAdapter.fillArea(AreaRenderEvent are)
           
 void IPrimitiveRenderer.fillArea(AreaRenderEvent are)
          This method is responsible for filling a custom defined area on the target rendering device's graphic context.
 void DeviceAdapter.fillOval(OvalRenderEvent ore)
           
 void IPrimitiveRenderer.fillOval(OvalRenderEvent ore)
          This method is responsible for filling an oval area on the target rendering device's graphic context.
 void DeviceAdapter.fillPolygon(PolygonRenderEvent pre)
           
 void IPrimitiveRenderer.fillPolygon(PolygonRenderEvent pre)
          This method is responsible for filling a polygon on the target rendering device's graphic context.
 void DeviceAdapter.fillRectangle(RectangleRenderEvent rre)
           
 void IPrimitiveRenderer.fillRectangle(RectangleRenderEvent rre)
          This method is responsible for filling a rectangle on the target rendering device's graphic context.
 java.lang.Object DisplayAdapter.loadImage(java.net.URL url)
           
 java.lang.Object IDisplayServer.loadImage(java.net.URL url)
          Attempts to use device specific libraries to load an image for use with the device renderer
 void TextRendererAdapter.renderShadowAtLocation(IPrimitiveRenderer idr, int labelPosition, Location lo, Label la)
           
 void ITextRenderer.renderShadowAtLocation(IPrimitiveRenderer idr, int iLabelPosition, Location lo, Label la)
          This method renders the 'shadow' at an offset from the text 'rotated rectangle' subsequently rendered.
 void TextRendererAdapter.renderTextAtLocation(IPrimitiveRenderer ipr, int labelPosition, Location lo, Label la)
           
 void ITextRenderer.renderTextAtLocation(IPrimitiveRenderer ipr, int iLabelPosition, Location lo, Label la)
           
 void TextRendererAdapter.renderTextInBlock(IDeviceRenderer idr, Bounds boBlock, TextAlignment taBlock, Label la)
           
 void ITextRenderer.renderTextInBlock(IDeviceRenderer idr, Bounds boBlock, TextAlignment taBlock, Label la)
           
 

Uses of ChartException in org.eclipse.birt.chart.event
 

Methods in org.eclipse.birt.chart.event that throw ChartException
 PrimitiveRenderEvent Area3DRenderEvent.copy()
           
 PrimitiveRenderEvent AreaRenderEvent.copy()
           
 PrimitiveRenderEvent PrimitiveRenderEvent.copy()
           
 PrimitiveRenderEvent ArcRenderEvent.copy()
           
 PrimitiveRenderEvent ImageRenderEvent.copy()
           
 void PolygonRenderEvent.draw(IDeviceRenderer idr)
           
 void OvalRenderEvent.draw(IDeviceRenderer idr)
           
 void AreaRenderEvent.draw(IDeviceRenderer idr)
           
 void TextRenderEvent.draw(IDeviceRenderer idr)
           
 void PrimitiveRenderEvent.draw(IDeviceRenderer idr)
          Causes this instruction to 'draw' itself on the device renderer
 void RectangleRenderEvent.draw(IDeviceRenderer idr)
           
 void ArcRenderEvent.draw(IDeviceRenderer idr)
           
 void LineRenderEvent.draw(IDeviceRenderer idr)
           
 void ImageRenderEvent.draw(IDeviceRenderer idr)
           
 void PolygonRenderEvent.fill(IDeviceRenderer idr)
           
 void OvalRenderEvent.fill(IDeviceRenderer idr)
           
 void AreaRenderEvent.fill(IDeviceRenderer idr)
           
 void TextRenderEvent.fill(IDeviceRenderer idr)
           
 void PrimitiveRenderEvent.fill(IDeviceRenderer idr)
          Causes this instruction to 'fill' itself on the device renderer
 void RectangleRenderEvent.fill(IDeviceRenderer idr)
           
 void ArcRenderEvent.fill(IDeviceRenderer idr)
           
 void LineRenderEvent.fill(IDeviceRenderer idr)
           
 void ImageRenderEvent.fill(IDeviceRenderer idr)
           
 Bounds PolygonRenderEvent.getBounds()
           
 Bounds PrimitiveRenderEvent.getBounds()
          Returns the mimimum bounds required to contain the rendering area for current event.
 void Polygon3DRenderEvent.setPoints3D(Location3D[] loa)
          Note that setPoints3D must be called with the points in the right order: that is needed for the right orientation of the polygon.
 void Polygon3DRenderEvent.setPoints3D(Location3D[] loa, boolean inverted)
          Note that setPoints3D must be called with the points in the right order: that is needed for the right orientation of the polygon.
 

Uses of ChartException in org.eclipse.birt.chart.factory
 

Methods in org.eclipse.birt.chart.factory that throw ChartException
 void IGenerator.bindData(IDataRowExpressionEvaluator expressionEvaluator, Chart chart, RunTimeContext rtc)
          Binds data to the chart model using a row expression evaluator.
 void Generator.bindData(IDataRowExpressionEvaluator expressionEvaluator, Chart chart, RunTimeContext rtc)
          Binds data to the chart model using a row expression evaluator.
 void IGenerator.bindData(IDataRowExpressionEvaluator expressionEvaluator, Chart chart, RunTimeContext rtc)
          Binds data to the chart model using a row expression evaluator.
 void IGenerator.bindData(IDataRowExpressionEvaluator expressionEvaluator, IActionEvaluator iae, Chart chart, RunTimeContext rtc)
          Binds data to the chart model using a row expression evaluator.
 void Generator.bindData(IDataRowExpressionEvaluator expressionEvaluator, IActionEvaluator iae, Chart chart, RunTimeContext rtc)
          Binds data to the chart model using a row expression evaluator.
 void IGenerator.bindData(IDataRowExpressionEvaluator expressionEvaluator, IActionEvaluator iae, Chart chart, RunTimeContext rtc)
          Binds data to the chart model using a row expression evaluator.
 void IGenerator.bindData(java.sql.ResultSet resultSet, Chart chart, RunTimeContext rtc)
          Binds a sql Resuset to a chart model.
 void Generator.bindData(java.sql.ResultSet resultSet, Chart chart, RunTimeContext rtc)
          Binds a sql Resuset to a chart model.
 void IGenerator.bindData(java.sql.ResultSet resultSet, Chart chart, RunTimeContext rtc)
          Binds a sql Resuset to a chart model.
 GeneratedChartState IGenerator.build(IDisplayServer ids, Chart cmDesignTime, Bounds bo, IExternalContext externalContext, RunTimeContext rtc)
          Builds and computes preferred sizes of various chart components offscreen using the provided display server.
 GeneratedChartState Generator.build(IDisplayServer ids, Chart cmDesignTime, Bounds bo, IExternalContext externalContext, RunTimeContext rtc)
          Builds and computes preferred sizes of various chart components offscreen using the provided display server.
 GeneratedChartState IGenerator.build(IDisplayServer ids, Chart cmDesignTime, Bounds bo, IExternalContext externalContext, RunTimeContext rtc)
          Builds and computes preferred sizes of various chart components offscreen using the provided display server.
 GeneratedChartState IGenerator.build(IDisplayServer ids, Chart cmDesignTime, Bounds bo, IExternalContext externalContext, RunTimeContext rtc, IStyleProcessor externalProcessor)
          Builds and computes preferred sizes of various chart components offscreen using the provided display server.
 GeneratedChartState Generator.build(IDisplayServer ids, Chart cmDesignTime, Bounds bo, IExternalContext externalContext, RunTimeContext rtc, IStyleProcessor externalProcessor)
          Builds and computes preferred sizes of various chart components offscreen using the provided display server.
 GeneratedChartState IGenerator.build(IDisplayServer ids, Chart cmDesignTime, Bounds bo, IExternalContext externalContext, RunTimeContext rtc, IStyleProcessor externalProcessor)
          Builds and computes preferred sizes of various chart components offscreen using the provided display server.
 GeneratedChartState Generator.build(IDisplayServer ids, Chart cmDesignTime, Bounds bo, RunTimeContext rtc)
          Builds and computes preferred sizes of various chart components offscreen using the provided display server.
 GeneratedChartState Generator.build(IDisplayServer ids, Chart cmDesignTime, org.mozilla.javascript.Scriptable scParent, Bounds bo, RunTimeContext rtc)
          Deprecated. use Generator.build(IDisplayServer, Chart, Bounds, IExternalContext, RunTimeContext) instead.
 GeneratedChartState Generator.build(IDisplayServer ids, Chart cmDesignTime, org.mozilla.javascript.Scriptable scParent, Bounds bo, RunTimeContext rtc, IStyleProcessor externalProcessor)
          Deprecated. use Generator.build(IDisplayServer, Chart, Bounds, IExternalContext, RunTimeContext, IStyleProcessor) instead.
 java.util.List Generator.getRowExpressions(Chart cm)
          This retrieves all the data row related expressions stored in the chart model.
 java.util.List Generator.getRowExpressions(Chart cm, IActionEvaluator iae)
          This retrieves all the row expressions stored in the chart model.
 java.util.List Generator.getRowExpressions(Chart cm, IActionEvaluator iae, boolean needChangeValueExpr)
          This retrieves all the row expressions stored in the chart model.
 RunTimeContext Generator.prepare(Chart model, IExternalContext externalContext, IScriptClassLoader iscl, java.util.Locale locale)
          Deprecated. use Generator.prepare(Chart, IExternalContext, IScriptClassLoader, ULocale) instead.
 RunTimeContext IGenerator.prepare(Chart model, IExternalContext externalContext, IScriptClassLoader iscl, com.ibm.icu.util.ULocale locale)
          Since v2, it must be called before build( ), and should only be called once per design model.
 RunTimeContext Generator.prepare(Chart model, IExternalContext externalContext, IScriptClassLoader iscl, com.ibm.icu.util.ULocale locale)
          Since v2, it must be called before build( ), and should only be called once per design model.
 RunTimeContext IGenerator.prepare(Chart model, IExternalContext externalContext, IScriptClassLoader iscl, com.ibm.icu.util.ULocale locale)
          Since v2, it must be called before build( ), and should only be called once per design model.
 void IGenerator.refresh(GeneratedChartState gcs)
          Performs a minimal rebuild of the chart if non-sizing attributes are altered or the dataset for any series has changed.
 void Generator.refresh(GeneratedChartState gcs)
          Performs a minimal rebuild of the chart if non-sizing attributes are altered or the dataset for any series has changed.
 void IGenerator.refresh(GeneratedChartState gcs)
          Performs a minimal rebuild of the chart if non-sizing attributes are altered or the dataset for any series has changed.
 void IGenerator.render(IDeviceRenderer idr, GeneratedChartState gcs)
          Draws a previously built chart using the specified device renderer into a target output device.
 void Generator.render(IDeviceRenderer idr, GeneratedChartState gcs)
          Draws a previously built chart using the specified device renderer into a target output device.
 void IGenerator.render(IDeviceRenderer idr, GeneratedChartState gcs)
          Draws a previously built chart using the specified device renderer into a target output device.
 

Uses of ChartException in org.eclipse.birt.chart.internal.datafeed
 

Methods in org.eclipse.birt.chart.internal.datafeed that throw ChartException
 void ResultSetWrapper.applyBaseSeriesSortingAndGrouping(SeriesDefinition sdBase, java.lang.String[] aggregationExp, java.lang.String[] saExpressionKeys)
          Groups rows of data as specified in the grouping criteria for the series definition
 void ResultSetWrapper.applyValueSeriesGroupingNSorting(SeriesDefinition sdValue, java.lang.String[] aggregationExp, java.lang.String[] saExpressionKeys)
          Apply value series grouping and sorting, it only do grouping/sorting, don't do aggregation, aggregation will be done in doing base series grouping/sorting.
 void ResultSetWrapper.applyWholeSeriesSortingNGrouping(SeriesDefinition sdBase, SeriesDefinition sdValue, java.lang.String[] aggregationExp, java.lang.String[] saExpressionKeys)
          Apply sorting and Grouping of chart.
 void DataProcessor.generateRuntimeSeries(IDataRowExpressionEvaluator idre, Chart cm)
          Fills the model chart runtime series with the data
 ResultSetDataSet ResultSetWrapper.getSubset(org.eclipse.emf.common.util.EList elExpressions, java.lang.String aggExp)
          Creates an instance of a resultset subset that uses references to dynamically compute a subset of the original resultset instance rather than duplicate a copy of the original resultset data content
 ResultSetDataSet ResultSetWrapper.getSubset(java.lang.String[] sExpressionKeys, java.lang.String aggExp)
          Creates an instance of a resultset subset that uses references to dynamically compute a subset of the original resultset instance rather than duplicate a copy of the original resultset data content
 DataSet[] UserDataSetProcessor.populate(java.lang.Object oResultSetDef)
          Populates the trigger datasets from given data source.
 

Constructors in org.eclipse.birt.chart.internal.datafeed that throw ChartException
GroupingLookupHelper(Chart cm, IActionEvaluator iae, com.ibm.icu.util.ULocale locale)
          Constructor.
 

Uses of ChartException in org.eclipse.birt.chart.internal.layout
 

Methods in org.eclipse.birt.chart.internal.layout that throw ChartException
 void LayoutManager.doLayout(IDisplayServer xs, Chart cm, Bounds bo, RunTimeContext rtc)
          This method recursively walks down the chart layout and establishes bounds for each contained block based on the following rule: All immediate children under 'blRoot' are added as ElasticLayout with appropriate constraints All other children (at deeper levels) are added as NullLayout with fixed 'relative' bounds
 

Uses of ChartException in org.eclipse.birt.chart.model.layout
 

Methods in org.eclipse.birt.chart.model.layout that throw ChartException
 Size Block.getPreferredSize(IDisplayServer xs, Chart cm, RunTimeContext rtc)
          Computes and returns the size of the title block based on the text content and its attributes
 

Uses of ChartException in org.eclipse.birt.chart.model.layout.impl
 

Methods in org.eclipse.birt.chart.model.layout.impl that throw ChartException
 Size BlockImpl.getPreferredSize(IDisplayServer xs, Chart cm, RunTimeContext rtc)
           
 Size LegendImpl.getPreferredSize(IDisplayServer xs, Chart cm, RunTimeContext rtc)
           
 Size LabelBlockImpl.getPreferredSize(IDisplayServer xs, Chart cm, RunTimeContext rtc)
           
 

Uses of ChartException in org.eclipse.birt.chart.render
 

Methods in org.eclipse.birt.chart.render that throw ChartException
 void ISeriesRenderer.compute(Bounds bo, Plot p, ISeriesRenderingHints isrh)
          Sends out a first pass notification to the series renderer implementation to perform any necessary pre-computations prior to a second pass rendering.
 void EmptyWithAxes.compute(Bounds bo, Plot p, ISeriesRenderingHints isrh)
           
 void ISeriesRenderer.compute(Bounds bo, Plot p, ISeriesRenderingHints isrh)
          Sends out a first pass notification to the series renderer implementation to perform any necessary pre-computations prior to a second pass rendering.
 void EmptyWithoutAxes.compute(Bounds bo, Plot p, ISeriesRenderingHints isrh)
           
 double[] IAxesDecorator.computeDecorationThickness(IDisplayServer xs, OneAxis ax)
          Returns the thickness for use with decoration.
 void IAxesDecorator.decorateAxes(IPrimitiveRenderer ipr, ISeriesRenderingHints isrh, OneAxis ax)
          Perform decoration.
 void MarkerRenderer.draw(IPrimitiveRenderer ipr)
          Render the marker with given renderer.
 void CurveRenderer.draw(IPrimitiveRenderer ipr)
           
 void DeferredCache.flush()
          Flush the cache, perform all pending rendering tasks.
 void DeferredCacheManager.flushAll()
          Flush all DeferredCache in the mananger.
 void DeferredCacheManager.flushOptions(int options)
          Flush specified blocks.
 void DeferredCache.flushOptions(int options)
          Flush the cache of specified types.
static BaseRenderer[] BaseRenderer.instances(Chart cm, RunTimeContext rtc, java.lang.Object oComputations)
          This method returns appropriate renders for the given chart model.
static BaseRenderer[] BaseRenderer.instances(Chart cm, RunTimeContext rtc, java.lang.Object oComputations)
          This method returns appropriate renders for the given chart model.
 void BaseRenderer.render(java.util.Map htRenderers, Bounds bo)
          Renders all blocks using the appropriate block z-order and the containment hierarchy.
 void AxesRenderer.render(java.util.Map htRenderers, Bounds bo)
          Overridden behavior for graphic element series that are plotted along axes
 void BaseRenderer.render(java.util.Map htRenderers, Bounds bo)
          Renders all blocks using the appropriate block z-order and the containment hierarchy.
 void AxesRenderer.render(java.util.Map htRenderers, Bounds bo)
          Overridden behavior for graphic element series that are plotted along axes
 void AxesRenderHelper.renderEachAxis()
          Renders the axis.
 void AxesRenderer.renderEachAxis(IPrimitiveRenderer ipr, Plot pl, OneAxis ax, int iWhatToDraw)
          Renders the axis.
 void AxesRenderer.renderEachAxis(IPrimitiveRenderer ipr, Plot pl, OneAxis ax, int iWhatToDraw)
          Renders the axis.
 void BaseRenderer.renderLabel(IPrimitiveRenderer ipr, Block b, java.lang.Object oSource)
          Renders label.
 void BaseRenderer.renderLabel(IPrimitiveRenderer ipr, Block b, java.lang.Object oSource)
          Renders label.
 void BaseRenderer.renderLabel(java.lang.Object oSource, int iTextRenderType, Label laDataPoint, Position lp, Location lo, Bounds bo)
          This convenience method renders the data point label along with the shadow If there's a need to render the data point label and the shadow separately, each call should be made separately by calling into the primitive rendering interface directly.
 void BaseRenderer.renderLabel(java.lang.Object oSource, int iTextRenderType, Label laDataPoint, Position lp, Location lo, Bounds bo)
          This convenience method renders the data point label along with the shadow If there's a need to render the data point label and the shadow separately, each call should be made separately by calling into the primitive rendering interface directly.
 void BaseRenderer.renderLabel(java.lang.Object oSource, int iTextRenderType, Label laDataPoint, Position lp, Location lo, Bounds bo, DeferredCache _dc)
          Renderer label with specified DeferredCache.
 void BaseRenderer.renderLabel(java.lang.Object oSource, int iTextRenderType, Label laDataPoint, Position lp, Location lo, Bounds bo, DeferredCache _dc)
          Renderer label with specified DeferredCache.
 void BaseRenderer.renderLegend(IPrimitiveRenderer ipr, Legend lg, java.util.Map htRenderers)
          Renders the legend block based on the legend rendering rules.
 void BaseRenderer.renderLegend(IPrimitiveRenderer ipr, Legend lg, java.util.Map htRenderers)
          Renders the legend block based on the legend rendering rules.
 void ISeriesRenderer.renderLegendGraphic(IPrimitiveRenderer ipr, Legend lg, Fill fPaletteEntry, Bounds bo)
          Notifies the series renderer to render a legend graphic element in the legend content that represents the series associated with the renderer.
 void EmptyWithAxes.renderLegendGraphic(IPrimitiveRenderer ipr, Legend lg, Fill fPaletteEntry, Bounds bo)
           
 void ISeriesRenderer.renderLegendGraphic(IPrimitiveRenderer ipr, Legend lg, Fill fPaletteEntry, Bounds bo)
          Notifies the series renderer to render a legend graphic element in the legend content that represents the series associated with the renderer.
 void EmptyWithoutAxes.renderLegendGraphic(IPrimitiveRenderer ipr, Legend lg, Fill fPaletteEntry, Bounds bo)
           
 void BaseRenderer.renderPlot(IPrimitiveRenderer ipr, Plot p)
          Renders the Plot
 void AxesRenderer.renderPlot(IPrimitiveRenderer ipr, Plot p)
          This method renders the bar graphic elements superimposed over the plot background and any previously rendered series' graphic elements.
 void BaseRenderer.renderPlot(IPrimitiveRenderer ipr, Plot p)
          Renders the Plot
 void AxesRenderer.renderPlot(IPrimitiveRenderer ipr, Plot p)
          This method renders the bar graphic elements superimposed over the plot background and any previously rendered series' graphic elements.
 void ISeriesRenderer.renderSeries(IPrimitiveRenderer ipr, Plot p, ISeriesRenderingHints isrh)
          Notifies the series renderer to render itself in the provided plot area.
 void EmptyWithAxes.renderSeries(IPrimitiveRenderer ipr, Plot p, ISeriesRenderingHints isrh)
           
 void ISeriesRenderer.renderSeries(IPrimitiveRenderer ipr, Plot p, ISeriesRenderingHints isrh)
          Notifies the series renderer to render itself in the provided plot area.
 void EmptyWithoutAxes.renderSeries(IPrimitiveRenderer ipr, Plot p, ISeriesRenderingHints isrh)
           
 void BaseRenderer.renderTitle(IPrimitiveRenderer ipr, TitleBlock b)
          Renders the Chart Title Block
 void BaseRenderer.renderTitle(IPrimitiveRenderer ipr, TitleBlock b)
          Renders the Chart Title Block
 

Uses of ChartException in org.eclipse.birt.chart.script
 

Methods in org.eclipse.birt.chart.script that throw ChartException
static java.lang.Object ScriptHandler.callFunction(ScriptHandler sh, java.lang.String sFunction, java.lang.Object oArg1)
          Call JavaScript functions with one argument.
static java.lang.Object ScriptHandler.callFunction(ScriptHandler sh, java.lang.String sFunction, java.lang.Object oArg1, java.lang.Object oArg2)
          Call JavaScript functions with two arguments.
static java.lang.Object ScriptHandler.callFunction(ScriptHandler sh, java.lang.String sFunction, java.lang.Object oArg1, java.lang.Object oArg2, java.lang.Object oArg3)
          Call JavaScript functions with three arguments.
 java.lang.Object ScriptHandler.evaluate(java.lang.String sScriptContent)
          Evaluates the given expression and returns the value.
 void ScriptHandler.init(org.mozilla.javascript.Scriptable scPrototype)
          Initialize the JavaScript context using given parent scope.
 void ScriptHandler.register(java.lang.String sScriptName, java.lang.String sScriptContent)
          Register the script content for current script handler.
 void ScriptHandler.registerExistingScriptableObject(org.mozilla.javascript.ScriptableObject so, java.lang.String sVarName)
          Registers an existing scriptable object into current JavaScript context.
 void ScriptHandler.registerNewScriptableObject(java.lang.Class clsScriptable, java.lang.String sVarName)
          Registers a new scriptable object into current JavaScript context.
 void ScriptHandler.registerVariable(java.lang.String sVarName, java.lang.Object var)
          Registers a new variable to current JavaScript context.
 void ScriptHandler.unregisterVariable(java.lang.String sVarName)
          Unregister a variable from current JavaScript context.
 

Uses of ChartException in org.eclipse.birt.chart.util
 

Methods in org.eclipse.birt.chart.util that throw ChartException
static int CDateTime.computeUnit(CDateTime[] cdta)
          Walks through all values in a datetime array and computes the least significant unit for which a difference was noted.
static int CDateTime.computeUnit(CDateTime[] cdta)
          Walks through all values in a datetime array and computes the least significant unit for which a difference was noted.
static java.lang.String ChartUtil.createValueSeriesRowFullExpression(java.lang.String expr, SeriesDefinition orthSD, SeriesDefinition categorySD)
          Create row full expression of value series.
static java.lang.String ChartUtil.getAggregateFuncExpr(SeriesDefinition orthSD, SeriesDefinition baseSD)
          Returns aggregation function expression.
 IAggregateFunction PluginSettings.getAggregateFunction(java.lang.String sName)
          Retrieves the first instance of a device renderer registered as an extension for a given name
static java.lang.String ChartUtil.getAggregateFunctionExpr(SeriesDefinition orthoSD, java.lang.String strBaseAggExp)
          Gets the aggregation function expression
 IDataPointDefinition PluginSettings.getDataPointDefinition(java.lang.Class cSeries)
          Retrieves the first instance of a series renderer registered as an extension for a given series type.
 IDataSetProcessor PluginSettings.getDataSetProcessor(java.lang.Class cSeries)
          Retrieves the first instance of a data set processor registered as an extension for a given series type.
 IDeviceRenderer PluginSettings.getDevice(java.lang.String sName)
          Retrieves the first instance of a device renderer registered as an extension for a given name
 IDisplayServer PluginSettings.getDisplayServer(java.lang.String sName)
          Retrieves the first instance of a display server registered as an extension for a given name
static java.lang.String ChartUtil.getFullAggregateExpression(SeriesDefinition orthoSD, SeriesDefinition categorySD)
          Return full aggregate expression which includes aggregate func and aggregate parameters.
 java.lang.String[] PluginSettings.getRegisteredAggregateFunctionDisplayNames()
          Returns a list of all aggregate function display names registered via extension point implementations (or simulated)
 java.lang.String[] PluginSettings.getRegisteredAggregateFunctionDisplayNames(int aggregateType)
          Returns Summary or Running aggregates display name.
 java.lang.String[] PluginSettings.getRegisteredAggregateFunctions()
          Returns a list of all aggregate function names registered via extension point implementations (or simulated)
 java.lang.String[] PluginSettings.getRegisteredAggregateFunctions(int aggregateType)
          Returns Summary or Running aggregates name.
 java.lang.String[][] PluginSettings.getRegisteredOutputFormats()
          Returns a list of registered device renderer output formats and descriptions.
 java.lang.String[] PluginSettings.getRegisteredSeries()
          Returns a list of all series registered via extension point implementations (or simulated)
 BaseRenderer PluginSettings.getRenderer(java.lang.Class cSeries)
          Retrieves the first instance of a series renderer registered as an extension for a given series type.
static java.lang.String[] ChartUtil.getSupportedOutputFormats()
          Gets all supported output formats.
static java.lang.String ChartUtil.getValueSeriesFullExpression(java.lang.String valueExpr, SeriesDefinition orthoSD, SeriesDefinition categorySD)
          Returns full expression of value series.
static java.lang.String ChartUtil.getValueSeriesRowFullExpression(java.lang.String valueExpr, SeriesDefinition orthoSD, SeriesDefinition categorySD)
          Returns row full expression of value series.
static boolean ChartUtil.isOutputFormatSupport(java.lang.String output)
          Checks current output format can be supported
 



Copyright © 2005-2008 Actuate Corp. All rights reserved.