public class PowerAxis extends Variable3Axis
CalibratedAxis that scales raw values by the equation
y = a + b*x^c.| Constructor and Description |
|---|
PowerAxis(AxisType type,
double power) |
PowerAxis(AxisType type,
String unit,
double a,
double b,
double c) |
PowerAxis(double power) |
| Modifier and Type | Method and Description |
|---|---|
double |
calibratedValue(double rawValue)
Returns a calibrated value given a raw position along the axis.
|
PowerAxis |
copy()
Creates an exact duplicate of this axis.
|
String |
generalEquation()
Gets the general equation representing values along this axis; for
instance:
y = m*x + b. |
double |
rawValue(double calibratedValue)
Returns a raw value given a calibrated position along the axis.
|
c, setCb, setBa, setAget, numVars, particularEquation, set, varsaverageScale, equals, hashCode, setUnit, unitsetType, typepublic PowerAxis(double power)
public PowerAxis(AxisType type, double power)
public double calibratedValue(double rawValue)
CalibratedAxispublic double rawValue(double calibratedValue)
CalibratedAxispublic String generalEquation()
CalibratedAxisy = m*x + b.public PowerAxis copy()
CalibratedAxisCopyright © 2014–2022 ImageJ. All rights reserved.