public class MockMagnitude
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static Magnitude[] |
MAGS
Deprecated.
- use create methods instead of sharing fields in case
someone changes the internals
|
| Constructor and Description |
|---|
MockMagnitude() |
| Modifier and Type | Method and Description |
|---|---|
static Magnitude |
createMagnitude() |
static Magnitude[] |
createMagnitudes() |
static Magnitude[][] |
getMagnitudes(float minMag,
float maxMag,
int count) |
public static final Magnitude[] MAGS