com.linksoft.chart
Class Scale
java.lang.Object
com.linksoft.chart.Scale
- Direct Known Subclasses:
- LogScale
- public class Scale
- extends java.lang.Object
Copyright (c) 2002-2005 LinkSoft Systems, Inc. All Rights Reserved
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Scale
public Scale()
Scale
public Scale(int ma,
int mi)
getScreenCoord
public int getScreenCoord(double v)
getValue
public double getValue(int c)