com.jidesoft.chart.render
Class NoAxisRenderer
java.lang.Object
com.jidesoft.chart.render.NoAxisRenderer
- All Implemented Interfaces:
- AxisRenderer
public class NoAxisRenderer
- extends Object
- implements AxisRenderer
A class that implements the IAxisRenderer interface but does not render an axis
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoAxisRenderer
public NoAxisRenderer()
renderAxis
public void renderAxis(Graphics g,
int x,
int y,
int length,
Orientation orientation)
- Do nothing as this is the no axis renderer, so it doesn't render anything
- Specified by:
renderAxis
in interface AxisRenderer
getBreadth
public int getBreadth()
- Specified by:
getBreadth
in interface AxisRenderer
- 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
public void setBreadth(int breadth)
- Specified by:
setBreadth
in interface AxisRenderer