Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static double |
Methods.getLocation(AutoScale sc,
double dValue) |
static double |
Methods.getLocation(AutoScale sc,
java.lang.Number bdValue)
Computes and returns the location based on specified value and scale info.
|
static double |
Methods.getLocation(AutoScale sc,
java.lang.Object oValue) |
static double |
Methods.getNormalizedLocation(AutoScale sc,
double dValue) |
static double |
Methods.getNormalizedLocation(AutoScale sc,
java.lang.Object oValue) |
Modifier and Type | Method and Description |
---|---|
AutoScale |
SeriesRenderingHints.getOrthogonalScale()
Returns Orthogonal axis's AutoScale object.
|
AutoScale |
OneAxis.getScale() |
Modifier and Type | Method and Description |
---|---|
double |
IntersectionValue.getValueAsDouble(AutoScale sc) |
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
|
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) |
Copyright © 2005-2008 Actuate Corp. All rights reserved.