public abstract class AbstractAxisTransform extends Object implements AxisTransform
| Modifier and Type | Field and Description |
|---|---|
protected Axis |
axis |
protected double |
rangeMax |
protected double |
rangeMin |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAxisTransform(Axis axis) |
| Modifier and Type | Method and Description |
|---|---|
double |
getMaximumRange() |
double |
getMinimumRange() |
void |
setMaximumRange(double val) |
void |
setMinimumRange(double val) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbackward, forward, getRoundedMaximumRange, getRoundedMinimumRangeprotected Axis axis
protected double rangeMin
protected double rangeMax
protected AbstractAxisTransform(Axis axis)
public double getMaximumRange()
getMaximumRange in interface AxisTransformpublic double getMinimumRange()
getMinimumRange in interface AxisTransformpublic void setMaximumRange(double val)
setMaximumRange in interface AxisTransformpublic void setMinimumRange(double val)
setMinimumRange in interface AxisTransformCopyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.