public static class NumericProbePanel.ScreenTransform
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
float |
leftMargin |
double |
minXval |
Modifier and Type | Method and Description |
---|---|
boolean |
isUndefined() |
double |
pixelToXvalue(int xp) |
double |
pixelToYvalue(int yp) |
double |
xvaluePerPixel() |
float |
xvalueToPixel(double x) |
double |
yvaluePerPixel() |
float |
yvalueToPixel(double y) |
public boolean isUndefined()
public double yvaluePerPixel()
public double xvaluePerPixel()
public double pixelToXvalue(int xp)
public float xvalueToPixel(double x)
public double pixelToYvalue(int yp)
public float yvalueToPixel(double y)