public class ScaleRange extends Object implements IScaleRange
| Modifier and Type | Field and Description |
|---|---|
static IScaleValue |
MAX_VALUE |
static IScaleValue |
MIN_VALUE |
static IScaleRange |
NEUTRAL_RANGE |
| Constructor and Description |
|---|
ScaleRange(double min,
double max) |
ScaleRange(IScaleValue min,
IScaleValue max) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(IScaleValue scaleValue) |
boolean |
equals(Object obj) |
IScaleValue |
getMax() |
IScaleValue |
getMin() |
int |
hashCode() |
public static final IScaleValue MIN_VALUE
public static final IScaleValue MAX_VALUE
public static final IScaleRange NEUTRAL_RANGE
public ScaleRange(double min,
double max)
public ScaleRange(IScaleValue min, IScaleValue max)
public IScaleValue getMin()
getMin in interface IScaleRangepublic IScaleValue getMax()
getMax in interface IScaleRangepublic boolean contains(IScaleValue scaleValue)
contains in interface IScaleRangeCopyright © 2007–2017 Andreas W. Bartels. All rights reserved.