public static class GralCurveView.TrackScale
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
y0Line
The percent from 0..100 where the 0-line is presented.
|
float |
yOffset
The value of input data which is shown at the 0-line.
|
float |
yScale
The scale for 10 percent of view without zoom..
|
Constructor and Description |
---|
TrackScale() |
Modifier and Type | Method and Description |
---|---|
GralCurveView.TrackScale |
clone() |
public float yScale
public float yOffset
public int y0Line
public GralCurveView.TrackScale clone()
clone
in class java.lang.Object