com.linksoft.chart
Class LogScale

java.lang.Object
  extended bycom.linksoft.chart.Scale
      extended bycom.linksoft.chart.LogScale

public class LogScale
extends Scale

Copyright (c) 2002-2005 LinkSoft Systems, Inc. All Rights Reserved


Field Summary
 double base
           
 
Fields inherited from class com.linksoft.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
clone, equals, finalize, 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