org.eclipse.birt.chart.render
Interface IAxesDecorator


public interface IAxesDecorator

This interface defines a decorator renderer for Axes


Method Summary
 double[] computeDecorationThickness(IDisplayServer xs, OneAxis ax)
          Returns the thickness for use with decoration.
 void decorateAxes(IPrimitiveRenderer ipr, ISeriesRenderingHints isrh, OneAxis ax)
          Perform decoration.
 

Method Detail

computeDecorationThickness

double[] computeDecorationThickness(IDisplayServer xs,
                                    OneAxis ax)
                                    throws ChartException
Returns the thickness for use with decoration.

Parameters:
xs - The display server.
ax - The runtime axis model.
Returns:
Throws:
ChartException

decorateAxes

void decorateAxes(IPrimitiveRenderer ipr,
                  ISeriesRenderingHints isrh,
                  OneAxis ax)
                  throws ChartException
Perform decoration.

Parameters:
ipr - The renderer instance.
isrh - Series rendering hints.
ax - The runtime axis model.
Throws:
ChartException


Copyright © 2005-2008 Actuate Corp. All rights reserved.