edu.stanford.hci.dtools.deviceeditor.components
Interface ContinuousControlSignalSource

All Superinterfaces:
ControlSignalSource, java.io.Serializable

public interface ContinuousControlSignalSource
extends ControlSignalSource

Interface which defines all control signal sources which can be represented through continuous values (slider value) This code is partially based on code that is copyright (c) 2004 Elias Volanakis. See License.txt

This software is distributed under the BSD License.

Author:
Bjoern Hartmann ( bjoern(AT)stanford.edu ), Michael Bernstein ( mbernst(AT)stanford.edu )

Method Summary
 float getContinuousValue(IOComponent component)
          Range is 0 to 1.0
 
Methods inherited from interface edu.stanford.hci.dtools.deviceeditor.components.ControlSignalSource
getName
 

Method Detail

getContinuousValue

float getContinuousValue(IOComponent component)
Range is 0 to 1.0

Returns: