JIDE 3.5.15

com.jidesoft.chart.render
Class NoAxisRenderer

java.lang.Object
  extended by 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


Constructor Summary
NoAxisRenderer()
           
 
Method Summary
 int getBreadth()
           
 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
 void setBreadth(int breadth)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoAxisRenderer

public NoAxisRenderer()
Method Detail

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

JIDE 3.5.15