public abstract class PlotComputation
extends java.lang.Object
| 构造器和说明 |
|---|
PlotComputation(IDisplayServer ids,
RunTimeContext rtc,
Chart cm) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 - ChartExceptionjava.lang.IllegalArgumentExceptionpublic abstract ISeriesRenderingHints getSeriesRenderingHints(SeriesDefinition sdOrthogonal, Series seOrthogonal) throws ChartException, java.lang.IllegalArgumentException
sdOrthogonal - seOrthogonal - ChartExceptionjava.lang.IllegalArgumentExceptionpublic 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.