| Package | Description |
|---|---|
| net.anwiba.commons.utilities.scale |
| Modifier and Type | Class and Description |
|---|---|
class |
ScaleValue |
| Modifier and Type | Field and Description |
|---|---|
static IScaleValue |
ScaleRange.MAX_VALUE |
static IScaleValue |
ScaleRange.MIN_VALUE |
| Modifier and Type | Method and Description |
|---|---|
IScaleValue |
ScaleRange.getMax() |
IScaleValue |
IScaleRange.getMax() |
IScaleValue |
ScaleRange.getMin() |
IScaleValue |
IScaleRange.getMin() |
| Modifier and Type | Method and Description |
|---|---|
int |
ScaleValue.compareTo(IScaleValue other) |
int |
IScaleValue.compareTo(IScaleValue other) |
boolean |
ScaleRange.contains(IScaleValue scaleValue) |
boolean |
IScaleRange.contains(IScaleValue scaleValue) |
| Constructor and Description |
|---|
ScaleRange(IScaleValue min,
IScaleValue max) |
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.