|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvisad.Control
visad.RangeControl
public class RangeControl
RangeControl is the VisAD class for controlling SelectRange display scalars.
Constructor Summary | |
---|---|
RangeControl(DisplayImpl d)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
double[] |
getDoubleRange()
return the range of selected values |
float[] |
getRange()
return the range of selected values |
java.lang.String |
getSaveString()
get a string that can be used to reconstruct this control later |
void |
initializeRange(double[] range)
initialize the range of selected values as (range[0], range[1]) |
void |
initializeRange(float[] range)
initialize the range of selected values as (range[0], range[1]) |
void |
setRange(double[] range)
set the range of selected values as (range[0], range[1]) |
void |
setRange(float[] range)
set the range of selected values as (range[0], range[1]) |
void |
setSaveString(java.lang.String save)
reconstruct this control using the specified save string |
void |
syncControl(Control rmt)
copy the state of a remote control to this control |
java.lang.String |
toString()
|
Methods inherited from class visad.Control |
---|
addControlListener, animation_string, changeControl, checkTicks, clone, getDisplay, getDisplayRenderer, getInstanceNumber, incTick, nullControl, peekTicks, removeControlListener, resetTicks, setTicks, subCheckTicks, subPeekTicks, subResetTicks, subSetTicks |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RangeControl(DisplayImpl d)
Method Detail |
---|
public void initializeRange(float[] range) throws VisADException, java.rmi.RemoteException
VisADException
java.rmi.RemoteException
public void initializeRange(double[] range) throws VisADException, java.rmi.RemoteException
VisADException
java.rmi.RemoteException
public void setRange(float[] range) throws VisADException, java.rmi.RemoteException
VisADException
java.rmi.RemoteException
public void setRange(double[] range) throws VisADException, java.rmi.RemoteException
VisADException
java.rmi.RemoteException
public float[] getRange()
public double[] getDoubleRange()
public java.lang.String getSaveString()
getSaveString
in class Control
public void setSaveString(java.lang.String save) throws VisADException, java.rmi.RemoteException
setSaveString
in class Control
VisADException
java.rmi.RemoteException
public void syncControl(Control rmt) throws VisADException
syncControl
in class Control
VisADException
public boolean equals(java.lang.Object o)
equals
in class Control
public java.lang.String toString()
toString
in class Control
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |