public class CompressSimulation extends Simulation
Modifier and Type | Field and Description |
---|---|
protected float |
maxCompression |
protected float |
minCompression |
Constructor and Description |
---|
CompressSimulation(int seed) |
CompressSimulation(int seed,
float minCompression,
float maxCompression) |
Modifier and Type | Method and Description |
---|---|
MBFImage |
applySimulation(MBFImage input) |
randomFloatInRange, randomIntInRange
protected float minCompression
protected float maxCompression
public CompressSimulation(int seed)
public CompressSimulation(int seed, float minCompression, float maxCompression)
public MBFImage applySimulation(MBFImage input)
applySimulation
in class Simulation