|
API V2.0 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectrepast.simphony.relogo.ide.intf.NLControl
repast.simphony.relogo.ide.intf.NLSlider
public class NLSlider extends NLControl
| Constructor Summary | |
NLSlider(Rectangle bb, String lab, String var, double min, double max, Number val, double inc, int u1, String unt)
Creates a new instance of NLSlider |
|
| Method Summary | |
|---|---|
Object
|
getInitialValue()
|
String
|
getLabel()
|
double
|
getMaximum()
@return the maximum |
double
|
getMinimum()
@return the minimum |
String
|
getScoreType()
|
double
|
getStep()
@return the step |
String
|
getUnits()
@return the units |
String
|
getVariable()
|
boolean
|
isInput()
|
String
|
toScore()
Return a Score representation of the control, if possible. |
String
|
toString()
|
| Methods inherited from class NLControl | |
|---|---|
| isInput, isOutput, toScore, toString |
| Constructor Detail |
|---|
public NLSlider(Rectangle bb, String lab, String var, double min, double max, Number val, double inc, int u1, String unt)
| Method Detail |
|---|
public Object getInitialValue()
public String getLabel()
public double getMaximum()
public double getMinimum()
public String getScoreType()
public double getStep()
public String getUnits()
public String getVariable()
public boolean isInput()
public String toScore()
public String toString()
ReLogo API V2.0