All Packages This Package Class Hierarchy Class Search Index
Summary |
public interface WarningValueReceiver extends kh.util.BoundedValueReceiver { // Methods 4 public abstract DoubleRange[] getAdvisoryRanges(); public abstract DoubleRange[] getWarningRanges(); public abstract void setAdvisoryRanges(DoubleRange[]); public abstract void setWarningRanges(DoubleRange[]); }
This is a value receiver which supports the notion of ranges which are advisory (yellow) or warning (red). These yellow or red ares need to be at the top or bottom of the scale.
Cross Reference |
Methods |
· getAdvisoryRanges | Summary | Top |
public abstract DoubleRange[] getAdvisoryRanges()
Returns the range of values which should be colored yellow. or empty for no yellow ranges
· getWarningRanges | Summary | Top |
public abstract DoubleRange[] getWarningRanges()
Returns the range of values which should be colored red or empty for no red ranges
· setAdvisoryRanges | Summary | Top |
public abstract void setAdvisoryRanges(DoubleRange[] array)
Sets the range of values which should be colored yellow. or empty for no yellow ranges
· setWarningRanges | Summary | Top |
public abstract void setWarningRanges(DoubleRange[] array)
Sets the range of values which should be colored red or empty for no red ranges
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7