All Packages This Package Class Hierarchy Class Search Index
Summary |
public interface BoundedValueReceiver extends kh.util.ValueReceiver { // Methods 2 public abstract void setMaxValue(double); public abstract void setMinValue(double); }
A bounded value reciever not only has outputs, but also provides a mechanism to tell the receiver the expected minimum and maximum values which will be displayed.
Cross Reference |
Methods |
· setMaxValue | Summary | Top |
public abstract void setMaxValue(double value)
Set the min value which will be output using this receiver.
· setMinValue | Summary | Top |
public abstract void setMinValue(double value)
Set the max value which will be output using this receiver.
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7