| Package | Description | 
|---|---|
| org.diirt.datasource.extra | 
 This package contains experimental classes that, once stable, will
 be deprecated and moved into more official packages. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ColorScheme | 
WaterfallPlotParameters.getColorScheme()
Color scheme used for the plot. 
 | 
static ColorScheme | 
ColorScheme.multipleRangeGradient(Color lowerDisplayColor,
                     Color lowerAlarmColor,
                     Color lowerWarningColor,
                     Color upperWarningColor,
                     Color upperAlarmColor,
                     Color upperDisplayColor)  | 
static ColorScheme | 
ColorScheme.singleRangeGradient(Color minValueColor,
                   Color maxValueColor)
A simple color scheme that uses only one gradient for the whole
 display range. 
 | 
static ColorScheme | 
ColorScheme.singleRangeGradient(Color minValueColor,
                   Color maxValueColor,
                   Color nanColor)  | 
| Modifier and Type | Method and Description | 
|---|---|
static WaterfallPlotParameters | 
WaterfallPlotParameters.colorScheme(ColorScheme colorScheme)
The color scheme to convert a value to an rgb pixel in the plot. 
 | 
Copyright © 2015. All rights reserved.