public class ScaleValue extends Object implements Comparable<IScaleValue>, IScaleValue
| Modifier and Type | Field and Description |
|---|---|
static ScaleValue |
NULL_VALUE |
| Constructor and Description |
|---|
ScaleValue(double factor) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(IScaleValue other) |
boolean |
equals(Object obj) |
double |
getFactor() |
int |
hashCode() |
String |
toString() |
public static final ScaleValue NULL_VALUE
public double getFactor()
getFactor in interface IScaleValuepublic int compareTo(IScaleValue other)
compareTo in interface Comparable<IScaleValue>compareTo in interface IScaleValueCopyright © 2007–2016 Andreas Bartels. All rights reserved.