Package | Description |
---|---|
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.render |
Contains classes that represent the core plot rendering framework.
|
org.eclipse.birt.chart.util |
Provides miscellaneous classes associated with data types and extension
lookup services.
|
Modifier and Type | Method and Description |
---|---|
static DataSetIterator |
PlotWithAxes.checkDataType(Series se,
int iType,
RunTimeContext rtc) |
DataSetIterator |
SharedScaleContext.createDataSetIterator(int iDataType)
Create a DataSetIterator with the min/max value, which can be used by
AutoScale.
|
DataSetIterator |
SharedScaleContext.createDataSetIterator(int iDataType,
boolean isBigNumber,
com.ibm.icu.math.BigDecimal divisor)
Create a DataSetIterator with the min/max value, which can be used by
AutoScale.
|
DataSetIterator |
SeriesRenderingHints3D.getBaseDataSet() |
DataSetIterator |
SeriesRenderingHints.getBaseDataSet() |
DataSetIterator |
AutoScale.getData() |
DataSetIterator |
SeriesRenderingHints3D.getOrthogonalDataSet() |
DataSetIterator |
SeriesRenderingHints.getOrthogonalDataSet() |
DataSetIterator |
SeriesRenderingHints3D.getSeriesDataSet() |
Modifier and Type | Method and Description |
---|---|
AutoScale.ScaleInfo |
AutoScale.ScaleInfo.dsiData(DataSetIterator dsiData) |
void |
AutoScale.setData(DataSetIterator _oaData) |
Constructor and Description |
---|
SeriesRenderingHints(PlotWith2DAxes _pwa,
double _dAxisLocation,
double _dPlotBaseLocation,
double _dZeroLocation,
double _dSeriesThickness,
AxisTickCoordinates _daTickCoordinates,
DataPointHints[] _dpa,
AutoScale _scBase,
AutoScale _scOrthogonal,
StackedSeriesLookup _ssl,
DataSetIterator _dsiBase,
DataSetIterator _dsiOrthogonal) |
SeriesRenderingHints3D(PlotWith3DAxes _pwa,
double _dXAxisLocation,
double _dZAxisLocation,
double _dPlotBaseLocation,
double _dPlotZeroLocation,
double _dPlotHeight,
AxisTickCoordinates _daXTickCoordinates,
AxisTickCoordinates _daZTickCoordinates,
DataPointHints[] _dpa,
AutoScale _scBase,
AutoScale _scOrthogonal,
AutoScale _scAncillary,
DataSetIterator _dsiBase,
DataSetIterator _dsiOrthogonal,
DataSetIterator _dsiAncillary) |
Modifier and Type | Method and Description |
---|---|
DataSetIterator |
SeriesRenderingHints.getBaseDataSet() |
DataSetIterator |
SeriesRenderingHints.getOrthogonalDataSet() |
Modifier and Type | Method and Description |
---|---|
DataSetIterator |
ISeriesRenderingHints.getBaseDataSet() |
DataSetIterator |
ISeriesRenderingHints.getBaseDataSet() |
DataSetIterator |
ISeriesRenderingHints.getOrthogonalDataSet() |
DataSetIterator |
ISeriesRenderingHints.getOrthogonalDataSet() |
DataSetIterator |
ISeriesRenderingHints3D.getSeriesDataSet()
Returns the dataset bound to Series.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<java.lang.Integer> |
BaseRenderer.getFilteredMinSliceEntry(DataSetIterator dsi)
Returns if the corresponding category entry is filtered as minslice in
legend.
|
java.util.Collection<java.lang.Integer> |
BaseRenderer.getFilteredMinSliceEntry(DataSetIterator dsi)
Returns if the corresponding category entry is filtered as minslice in
legend.
|
Modifier and Type | Method and Description |
---|---|
static int |
CDateTime.computeUnit(DataSetIterator dsi)
Walks through all values in a dataset and computes the least significant
unit for which a difference was noted.
|
Copyright © 2005-2008 Actuate Corp. All rights reserved.