|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 | |
IDeviceRenderer |
ChartEngine.getRenderer(java.lang.String deviceID)
Loads a device renderer, required by IChartGenerator to render charts |
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 |
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. |
| Uses of ChartException in org.eclipse.birt.chart.computation |
| Methods in org.eclipse.birt.chart.computation that throw ChartException | |
DataPointHints |
DataPointHints.getCopy()
Returns a copy of current DataPointHints object. |
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. |
Size |
LegendBuilder.compute(IDisplayServer xs,
Chart cm,
SeriesDefinition[] seda,
RunTimeContext rtc)
Computes the size of the legend. |
static double |
Methods.getLocation(AutoScale sc,
java.lang.Object oValue)
|
static double |
Methods.getNormalizedLocation(AutoScale sc,
java.lang.Object oValue)
|
| 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)
DataPointHints 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)
The constructor. |
|
DataSetIterator(com.ibm.icu.util.Calendar[] ca)
|
|
DataSetIterator(java.lang.Object oContent,
int iDataType)
|
|
DataSetIterator(DataSet ds)
|
|
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 | |
abstract void |
PlotWithAxes.compute(Bounds bo)
This method computes the entire chart within the given bounds. |
abstract ISeriesRenderingHints |
PlotWithAxes.getSeriesRenderingHints(SeriesDefinition sdOrthogonal,
Series seOrthogonal)
|
void |
PlotWith3DAxes.compute(Bounds bo)
|
ISeriesRenderingHints |
PlotWith3DAxes.getSeriesRenderingHints(SeriesDefinition sdOrthogonal,
Series seOrthogonal)
|
void |
PlotWith2DAxes.compute(Bounds bo)
This method computes the entire chart within the given bounds. |
ISeriesRenderingHints |
PlotWith2DAxes.getSeriesRenderingHints(SeriesDefinition sdOrthogonal,
Series seOrthogonal)
|
double |
SeriesRenderingHints.getLocationOnOrthogonal(java.lang.Object oValue)
|
Position |
SeriesRenderingHints.getLabelPosition(Series se)
|
int |
AutoScale.getTickCount()
Computes tick count |
boolean |
AutoScale.checkFit(IDisplayServer xs,
Label la,
int iLabelLocation)
Checks all labels for any overlap for a given axis' scale |
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)
|
double |
AutoScale.computeStaggeredAxisLabelOffset(IDisplayServer xs,
Label la,
int iOrientation)
|
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 |
double |
SeriesRenderingHints3D.getLocationOnOrthogonal(java.lang.Object oValue)
|
Position |
SeriesRenderingHints3D.getLabelPosition(Series se)
|
| Constructors in org.eclipse.birt.chart.computation.withaxes that throw ChartException | |
PlotWith3DAxes(IDisplayServer _ids,
ChartWithAxes _cwa,
RunTimeContext _rtc)
|
|
PlotWith2DAxes(IDisplayServer _ids,
ChartWithAxes _cwa,
RunTimeContext _rtc)
The default constructor |
|
| Uses of ChartException in org.eclipse.birt.chart.computation.withoutaxes |
| Methods in org.eclipse.birt.chart.computation.withoutaxes that throw ChartException | |
SeriesRenderingHints |
PlotWithoutAxes.getSeriesRenderingHints(Series seOrthogonal)
|
java.lang.Double[] |
SeriesRenderingHints.asDoubleValues()
|
double[] |
SeriesRenderingHints.asPrimitiveDoubleValues()
|
| 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 |
DataSetAdapter.populate(java.lang.Object oResultSetDef,
DataSet ds)
|
java.lang.Object |
DataSetAdapter.getMinimum(DataSet ds)
|
java.lang.Object |
DataSetAdapter.getMaximum(DataSet ds)
|
java.lang.String |
DataSetAdapter.toString(java.lang.Object[] columnData)
|
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.String |
IDataSetProcessor.toString(java.lang.Object[] columnData)
Attempts to format a column of data to string. |
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.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. |
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. |
| Uses of ChartException in org.eclipse.birt.chart.device |
| Methods in org.eclipse.birt.chart.device that throw ChartException | |
void |
IDeviceRenderer.before()
A notification sent to the device to initialize itself before rendering begins |
void |
IDeviceRenderer.after()
A notification sent to the device to cleanup after rendering is done |
void |
DeviceAdapter.before()
|
void |
DeviceAdapter.after()
|
void |
DeviceAdapter.drawImage(ImageRenderEvent ire)
|
void |
DeviceAdapter.drawLine(LineRenderEvent lre)
|
void |
DeviceAdapter.drawRectangle(RectangleRenderEvent rre)
|
void |
DeviceAdapter.fillRectangle(RectangleRenderEvent rre)
|
void |
DeviceAdapter.drawPolygon(PolygonRenderEvent pre)
|
void |
DeviceAdapter.fillPolygon(PolygonRenderEvent pre)
|
void |
DeviceAdapter.drawArc(ArcRenderEvent are)
|
void |
DeviceAdapter.fillArc(ArcRenderEvent are)
|
void |
DeviceAdapter.enableInteraction(InteractionEvent ie)
|
void |
DeviceAdapter.drawArea(AreaRenderEvent are)
|
void |
DeviceAdapter.fillArea(AreaRenderEvent are)
|
void |
DeviceAdapter.drawOval(OvalRenderEvent ore)
|
void |
DeviceAdapter.fillOval(OvalRenderEvent ore)
|
void |
DeviceAdapter.drawText(TextRenderEvent tre)
|
void |
DeviceAdapter.applyTransformation(TransformationEvent tev)
|
void |
IPrimitiveRenderer.drawImage(ImageRenderEvent ire)
This method is responsible for drawing an image on the target rendering device's graphic context. |
void |
IPrimitiveRenderer.drawLine(LineRenderEvent lre)
This method is responsible for drawing a line on the target rendering device's graphic context. |
void |
IPrimitiveRenderer.drawRectangle(RectangleRenderEvent rre)
This method is responsible for drawing a rectangle on the target rendering device's graphic context. |
void |
IPrimitiveRenderer.fillRectangle(RectangleRenderEvent rre)
This method is responsible for filling a rectangle on the target rendering device's graphic context. |
void |
IPrimitiveRenderer.drawPolygon(PolygonRenderEvent pre)
This method is responsible for drawing a polygon on the target rendering device's graphic context. |
void |
IPrimitiveRenderer.fillPolygon(PolygonRenderEvent pre)
This method is responsible for filling a polygon on the target rendering device's graphic context. |
void |
IPrimitiveRenderer.drawArc(ArcRenderEvent are)
This method is responsible for drawing an elliptical arc on the target rendering device's graphic context. |
void |
IPrimitiveRenderer.fillArc(ArcRenderEvent are)
This method is responsible for filling an elliptical arc on the target rendering device's graphic context. |
void |
IPrimitiveRenderer.enableInteraction(InteractionEvent ie)
|
void |
IPrimitiveRenderer.drawArea(AreaRenderEvent are)
This method is responsible for drawing a custom defined area on the target rendering device's graphic context. |
void |
IPrimitiveRenderer.fillArea(AreaRenderEvent are)
This method is responsible for filling a custom defined area on the target rendering device's graphic context. |
void |
IPrimitiveRenderer.drawOval(OvalRenderEvent ore)
This method is responsible for drawing an oval area on the target rendering device's graphic context. |
void |
IPrimitiveRenderer.fillOval(OvalRenderEvent ore)
This method is responsible for filling an oval area on the target rendering device's graphic context. |
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 |
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 |
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 |
| Uses of ChartException in org.eclipse.birt.chart.event |
| Methods in org.eclipse.birt.chart.event that throw ChartException | |
PrimitiveRenderEvent |
Area3DRenderEvent.copy()
|
Bounds |
PolygonRenderEvent.getBounds()
|
void |
PolygonRenderEvent.draw(IDeviceRenderer idr)
|
void |
PolygonRenderEvent.fill(IDeviceRenderer idr)
|
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. |
void |
OvalRenderEvent.draw(IDeviceRenderer idr)
|
void |
OvalRenderEvent.fill(IDeviceRenderer idr)
|
PrimitiveRenderEvent |
AreaRenderEvent.copy()
|
void |
AreaRenderEvent.draw(IDeviceRenderer idr)
|
void |
AreaRenderEvent.fill(IDeviceRenderer idr)
|
void |
TextRenderEvent.fill(IDeviceRenderer idr)
|
void |
TextRenderEvent.draw(IDeviceRenderer idr)
|
Bounds |
PrimitiveRenderEvent.getBounds()
Returns the mimimum bounds required to contain the rendering area for current event. |
PrimitiveRenderEvent |
PrimitiveRenderEvent.copy()
|
void |
PrimitiveRenderEvent.draw(IDeviceRenderer idr)
Causes this instruction to 'draw' itself on the device renderer |
void |
PrimitiveRenderEvent.fill(IDeviceRenderer idr)
Causes this instruction to 'fill' itself on the device renderer |
void |
RectangleRenderEvent.draw(IDeviceRenderer idr)
|
void |
RectangleRenderEvent.fill(IDeviceRenderer idr)
|
PrimitiveRenderEvent |
ArcRenderEvent.copy()
|
void |
ArcRenderEvent.draw(IDeviceRenderer idr)
|
void |
ArcRenderEvent.fill(IDeviceRenderer idr)
|
void |
LineRenderEvent.fill(IDeviceRenderer idr)
|
void |
LineRenderEvent.draw(IDeviceRenderer idr)
|
PrimitiveRenderEvent |
ImageRenderEvent.copy()
|
void |
ImageRenderEvent.fill(IDeviceRenderer idr)
|
void |
ImageRenderEvent.draw(IDeviceRenderer idr)
|
| Uses of ChartException in org.eclipse.birt.chart.factory |
| Methods in org.eclipse.birt.chart.factory that throw ChartException | |
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.bindData(java.sql.ResultSet resultSet,
Chart chart,
RunTimeContext rtc)
Binds a sql Resuset to a chart model. |
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. |
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. |
void |
IGenerator.render(IDeviceRenderer idr,
GeneratedChartState gcs)
Draws a previously built chart using the specified device renderer into a target output device. |
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. |
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. |
void |
Generator.bindData(java.sql.ResultSet resultSet,
Chart chart,
RunTimeContext rtc)
Binds a sql Resuset to a chart model. |
void |
Generator.bindData(IDataRowExpressionEvaluator expressionEvaluator,
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. |
RunTimeContext |
Generator.prepare(Chart model,
IExternalContext externalContext,
IScriptClassLoader iscl,
java.util.Locale locale)
Deprecated. use Generator.prepare(Chart, IExternalContext, IScriptClassLoader, ULocale)
instead. |
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. |
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. |
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,
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,
IStyleProcessor externalProcessor)
Builds and computes preferred sizes of various chart components offscreen using the provided display server. |
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 |
Generator.render(IDeviceRenderer idr,
GeneratedChartState gcs)
Draws a previously built chart using the specified device renderer into a target output device. |
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.bindData(java.sql.ResultSet resultSet,
Chart chart,
RunTimeContext rtc)
Binds a sql Resuset to a chart model. |
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. |
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. |
void |
IGenerator.render(IDeviceRenderer idr,
GeneratedChartState gcs)
Draws a previously built chart using the specified device renderer into a target output device. |
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. |
| Uses of ChartException in org.eclipse.birt.chart.internal.datafeed |
| Methods in org.eclipse.birt.chart.internal.datafeed that throw ChartException | |
DataSet[] |
UserDataSetProcessor.populate(java.lang.Object oResultSetDef)
Populates the trigger datasets from given data source. |
void |
ResultSetWrapper.applyBaseSeriesSortingAndGrouping(SeriesDefinition sdBase,
java.lang.String[] aggregationExp,
java.lang. |