Class PlotComputation
java.lang.Object
org.eclipse.birt.chart.computation.PlotComputation
- Direct Known Subclasses:
PlotWithAxes
,PlotWithoutAxes
Used as base class for Plot computation. Abstract useful methods from
PlotWithAxes and PlotWithoutAxes.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
This method computes the entire chart within the given bounds.getModel()
final Bounds
final Insets
double
Returns current rate for Point->Pixel.final RunTimeContext
abstract ISeriesRenderingHints
getSeriesRenderingHints
(SeriesDefinition sdOrthogonal, Series seOrthogonal)
-
Constructor Details
-
PlotComputation
-
-
Method Details
-
compute
This method computes the entire chart within the given bounds. If the dataset has changed but none of the axis attributes have changed, simply re-compute without 'rebuilding axes'.- Parameters:
bo
-- Throws:
ChartException
IllegalArgumentException
-
getSeriesRenderingHints
public abstract ISeriesRenderingHints getSeriesRenderingHints(SeriesDefinition sdOrthogonal, Series seOrthogonal) throws ChartException, IllegalArgumentException - Parameters:
sdOrthogonal
-seOrthogonal
-- Returns:
- ISeriesRenderingHints
- Throws:
ChartException
IllegalArgumentException
-
getPlotBounds
- Returns:
- The plot bounds in pixels
-
getModel
-
getPlotInsets
-
getRunTimeContext
-
getChartComputation
-
getPointToPixel
public double getPointToPixel()Returns current rate for Point->Pixel.- Returns:
- Since:
- 2.5
-