com.linksoft.chart
Class Scale

java.lang.Object
  extended bycom.linksoft.chart.Scale
Direct Known Subclasses:
LogScale

public class Scale
extends java.lang.Object

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


Field Summary
 boolean exactMaxValue
           
 boolean exactMinValue
           
 double max
           
 double min
           
 double[] preferred_MaxMin_values
           
 boolean reverse
           
 int screenMax
           
 int screenMaxMargin
           
 int screenMin
           
 
Constructor Summary
Scale()
           
Scale(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

exactMaxValue

public boolean exactMaxValue

exactMinValue

public boolean exactMinValue

preferred_MaxMin_values

public double[] preferred_MaxMin_values

max

public double max

min

public double min

screenMax

public int screenMax

screenMaxMargin

public int screenMaxMargin

screenMin

public int screenMin

reverse

public boolean reverse
Constructor Detail

Scale

public Scale()

Scale

public Scale(int ma,
             int mi)
Method Detail

getScreenCoord

public int getScreenCoord(double v)

getValue

public double getValue(int c)