|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jcpsim.plot.ComputeTics
public class ComputeTics
Finds the optimal scale for one axis
| Field Summary | |
|---|---|
int |
frac
|
double |
ticd
|
double |
ticmax
|
double |
ticmin
|
int |
tics
|
| Constructor Summary | |
|---|---|
ComputeTics(double omin,
double omax,
double catics)
|
|
| Method Summary | |
|---|---|
java.lang.String |
format(double x)
|
boolean |
isZero(double i)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public double ticmin
public double ticmax
public double ticd
public int tics
public int frac
| Constructor Detail |
|---|
public ComputeTics(double omin,
double omax,
double catics)
omin - lowest desired valueomax - highest desired valuecatics - approximate desired number of tics| Method Detail |
|---|
public java.lang.String format(double x)
public boolean isZero(double i)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||