net.comrom.chart
Class LogScale

java.lang.Object
  extended bynet.comrom.chart.Scale
      extended bynet.comrom.chart.LogScale

public class LogScale
extends Scale


Field Summary
 double base
           
 
Fields inherited from class net.comrom.chart.Scale
exactMaxValue, exactMinValue, max, min, preferred_MaxMin_values, reverse, screenMax, screenMaxMargin, screenMin
 
Constructor Summary
LogScale()
           
LogScale(int ma, int mi)
           
 
Method Summary
 int getScreenCoord(double v)
           
 double getValue(int c)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

base

public double base
Constructor Detail

LogScale

public LogScale()

LogScale

public LogScale(int ma,
                int mi)
Method Detail

getScreenCoord

public int getScreenCoord(double v)
Overrides:
getScreenCoord in class Scale

getValue

public double getValue(int c)
Overrides:
getValue in class Scale
Parameters:
c -