public interface IAxesDecorator
Modifier and Type | Method and Description |
---|---|
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.ChartException
void decorateAxes(IPrimitiveRenderer ipr, ISeriesRenderingHints isrh, OneAxis ax) throws ChartException
ipr
- The renderer instance.isrh
- Series rendering hints.ax
- The runtime axis model.ChartException
Copyright © 2005-2008 Actuate Corp. All rights reserved.