rvl.piface
Interface DoubleComponent

All Superinterfaces:
PiComponent
All Known Implementing Classes:
PiDoubleField, PiDoubleText, PiNumChoice, PiNumCombo, PiSlider

public interface DoubleComponent
extends PiComponent


Method Summary
 double getValue()
           
 void setValue(double x)
           
 
Methods inherited from interface rvl.piface.PiComponent
addActionListener, getLabel, getName, setName
 

Method Detail

getValue

public double getValue()

setValue

public void setValue(double x)