|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object mvc.RealRange
public class RealRange
A RealRange is a model type for double values, specifying lower and upper bounds on values.
Nested Class Summary | |
---|---|
static class |
RealRange.Controller
DOCME. |
static class |
RealRange.Model
DOCME. |
Constructor Summary | |
---|---|
RealRange(java.lang.Double lo,
java.lang.Double hi)
new RealRange(lo, hi) returns a new RealRange with values from lo to hi. |
|
RealRange(java.lang.Double lo,
java.lang.Double hi,
java.lang.Double st)
new RealRange(lo, hi, st) returns a new RealRange with values from lo to hi. |
Method Summary | |
---|---|
RealRange.Model |
createModel(java.lang.String nm)
mc.createModel() returns a new editable model whose possible values are the choices of mc. |
double |
getHigh()
r.getHigh() returns the upper bound on values of type r. |
double |
getLow()
r.getLow() returns the lower bound on values of type r. |
double |
getStart()
mc.getStart() returns the starting value for values of type mc. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RealRange(java.lang.Double lo, java.lang.Double hi)
lo
- hi
- public RealRange(java.lang.Double lo, java.lang.Double hi, java.lang.Double st)
lo
- hi
- st
- Method Detail |
---|
public double getStart()
public double getLow()
public double getHigh()
public RealRange.Model createModel(java.lang.String nm)
nm
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |