public abstract class PlotComputation
extends java.lang.Object
Constructor and Description |
---|
PlotComputation(IDisplayServer ids,
RunTimeContext rtc,
Chart cm) |
Modifier and Type | Method and Description |
---|---|
abstract void |
compute(Bounds bo)
This method computes the entire chart within the given bounds.
|
IChartComputation |
getChartComputation() |
Chart |
getModel() |
Bounds |
getPlotBounds() |
Insets |
getPlotInsets() |
double |
getPointToPixel()
Returns current rate for Point->Pixel.
|
RunTimeContext |
getRunTimeContext() |
abstract ISeriesRenderingHints |
getSeriesRenderingHints(SeriesDefinition sdOrthogonal,
Series seOrthogonal) |
public PlotComputation(IDisplayServer ids, RunTimeContext rtc, Chart cm)
public abstract void compute(Bounds bo) throws ChartException, java.lang.IllegalArgumentException
bo
- ChartException
java.lang.IllegalArgumentException
public abstract ISeriesRenderingHints getSeriesRenderingHints(SeriesDefinition sdOrthogonal, Series seOrthogonal) throws ChartException, java.lang.IllegalArgumentException
sdOrthogonal
- seOrthogonal
- ChartException
java.lang.IllegalArgumentException
public final Bounds getPlotBounds()
public Chart getModel()
public final Insets getPlotInsets()
public final RunTimeContext getRunTimeContext()
public IChartComputation getChartComputation()
public double getPointToPixel()
Copyright © 2005-2008 Actuate Corp. All rights reserved.