public class ControlDesc extends Object
lag
parameter
is currently unused.Constructor and Description |
---|
ControlDesc(String name,
Object rate,
float defaultValue) |
ControlDesc(String name,
Object rate,
float defaultValue,
float lag) |
Modifier and Type | Method and Description |
---|---|
float |
getDefaultValue() |
float |
getLag() |
String |
getName() |
Object |
getRate() |
void |
printOn(PrintStream out) |
public Object getRate()
public String getName()
public float getDefaultValue()
public float getLag()
public void printOn(PrintStream out)
Copyright © 2015–2022 SciJava. All rights reserved.