Control Surface API  2.2.2
SettableDoubleValue Interface Reference
Inheritance diagram for SettableDoubleValue:

Public Member Functions

void set (double value)
 
void inc (double amount)
 
- Public Member Functions inherited from DoubleValue
double get ()
 
- Public Member Functions inherited from Value< DoubleValueChangedCallback >
void markInterested ()
 
void addValueObserver (ObserverType callback)
 

Detailed Description

Definition at line 3 of file SettableDoubleValue.java.

Member Function Documentation

void inc ( double  amount)

Increases/decrease the internal value by the given amount.

Parameters
amountthe integer amount to increase
Since
API version 1
void set ( double  value)

Sets the internal value.

Parameters
valuethe new integer value.
Since
API version 1

The documentation for this interface was generated from the following file: