public interface IAxesDecorator
| 限定符和类型 | 方法和说明 |
|---|---|
double[] |
computeDecorationThickness(IDisplayServer xs,
OneAxis ax)
Returns the thickness for use with decoration.
|
void |
decorateAxes(IPrimitiveRenderer ipr,
ISeriesRenderingHints isrh,
OneAxis ax)
Perform decoration.
|
double[] computeDecorationThickness(IDisplayServer xs, OneAxis ax) throws ChartException
xs - The display server.ax - The runtime axis model.ChartExceptionvoid decorateAxes(IPrimitiveRenderer ipr, ISeriesRenderingHints isrh, OneAxis ax) throws ChartException
ipr - The renderer instance.isrh - Series rendering hints.ax - The runtime axis model.ChartExceptionCopyright © 2005-2008 Actuate Corp. All rights reserved.