JIDE 3.5.15

com.jidesoft.chart.render
Interface AxisRenderer

All Known Implementing Classes:
Axis3DRenderer, DefaultAxisRenderer, NoAxisRenderer

public interface AxisRenderer

An interface implemented by all axis renderers. Axis rendering does not include the rendering of axis labels

Author:
Simon White (swhite@catalysoft.com)

Method Summary
 int getBreadth()
           
 void renderAxis(Graphics g, int x, int y, int length, Orientation orientation)
           
 void setBreadth(int breadth)
           
 

Method Detail

getBreadth

int getBreadth()
Returns:
the breadth of the axis in pixels.

For an axis that is rendered horizontally the breadth is its height. for an axis that is rendered vertically, its breadth is its width.


setBreadth

void setBreadth(int breadth)

renderAxis

void renderAxis(Graphics g,
                int x,
                int y,
                int length,
                Orientation orientation)

JIDE 3.5.15