|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectplugins.big.blobgenerator.parameters.Parameters
public class Parameters
Class containing all the parameters tunable by the use. It can be used with Protocols.
| Field Summary | |
|---|---|
java.util.HashMap<ParametersCategory,java.util.List<plugins.adufour.ezplug.EzComponent>> |
ezVariables
Map of all the EzVar indexed by their category. |
java.util.HashMap<ParametersCategory,java.util.List<plugins.adufour.vars.lang.Var<?>>> |
variables
Map of all the Var indexed by their category. |
| Constructor Summary | |
|---|---|
Parameters(BlobGenerator parent,
boolean headless)
Default constructor. |
|
| Method Summary | |
|---|---|
double |
backgroundValue()
Returns the value used for the background of the images. |
double |
cellsBlurRadius()
Returns the blur factor for cells. |
int |
cellsCount()
Returns the desired number of cells. |
plugins.big.bigsnakeutils.icy.gui.pair.Pair |
cellsEccentricityRange1()
Returns the range for the first cells eccentricity. |
plugins.big.bigsnakeutils.icy.gui.pair.Pair |
cellsEccentricityRange2()
Returns the range for the second cells eccentricity. |
plugins.big.bigsnakeutils.icy.gui.pair.Pair |
cellsRadiusRange()
Returns the range for the cells radius. |
plugins.big.bigsnakeutils.icy.gui.pair.Pair |
cellsVelocityRange()
Returns the range for the cells velocity. |
plugins.big.bigsnakeutils.icy.gui.pair.Pair |
foregroundValueRange()
Returns the range of values used to display the cells. |
int |
imageDepth()
Returns the desired image depth. |
int |
imageHeight()
Returns the desired image height. |
int |
imageWidth()
Returns the desired image width. |
BlendingMode |
noiseBlendingMode()
Returns the blending mode used to mix the noise and the cells. |
double |
noiseIntensity()
Returns the nosie intensity. |
int |
noiseLevels()
Returns the maximal noise scale. |
plugins.big.bigsnakeutils.icy.gui.curve.Curve |
noiseProfile()
Returns the noise density function. |
int |
sequenceDuration()
Returns the duration of the generated sequence. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final java.util.HashMap<ParametersCategory,java.util.List<plugins.adufour.ezplug.EzComponent>> ezVariables
public final java.util.HashMap<ParametersCategory,java.util.List<plugins.adufour.vars.lang.Var<?>>> variables
| Constructor Detail |
|---|
public Parameters(BlobGenerator parent,
boolean headless)
| Method Detail |
|---|
public int cellsCount()
public plugins.big.bigsnakeutils.icy.gui.pair.Pair cellsRadiusRange()
public plugins.big.bigsnakeutils.icy.gui.pair.Pair cellsVelocityRange()
public plugins.big.bigsnakeutils.icy.gui.pair.Pair cellsEccentricityRange1()
public plugins.big.bigsnakeutils.icy.gui.pair.Pair cellsEccentricityRange2()
public double cellsBlurRadius()
public int noiseLevels()
public double noiseIntensity()
public BlendingMode noiseBlendingMode()
public double backgroundValue()
public plugins.big.bigsnakeutils.icy.gui.pair.Pair foregroundValueRange()
public plugins.big.bigsnakeutils.icy.gui.curve.Curve noiseProfile()
public int imageWidth()
public int imageHeight()
public int imageDepth()
public int sequenceDuration()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||