Venice 0.7beta

org.mov.chart
Class VerticalAxis

java.lang.Object
  extended by org.mov.chart.VerticalAxis

public class VerticalAxis
extends java.lang.Object


Constructor Summary
VerticalAxis(double lowest, double highest, double[] minor, double[] major)
           
 
Method Summary
 void drawGridAndLabels(java.awt.Graphics g, Graph graph, java.lang.String title, int xoffset, int yoffset, int width)
           
 double getBottomLineValue()
           
 int getHeightOfGraph()
           
 double getScale()
           
 double getTopLineValue()
           
 void setHeight(int height)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VerticalAxis

public VerticalAxis(double lowest,
                    double highest,
                    double[] minor,
                    double[] major)
Method Detail

setHeight

public void setHeight(int height)

getBottomLineValue

public double getBottomLineValue()

getTopLineValue

public double getTopLineValue()

getHeightOfGraph

public int getHeightOfGraph()

getScale

public double getScale()

drawGridAndLabels

public void drawGridAndLabels(java.awt.Graphics g,
                              Graph graph,
                              java.lang.String title,
                              int xoffset,
                              int yoffset,
                              int width)

Venice 0.7beta