| Package | Description | 
|---|---|
| org.epics.pvmanager.extra | 
 This package contains experimental classes that, once stable, will
 be deprecated and moved into more official packages. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static WaterfallPlotParameters | 
WaterfallPlotParameters.adaptiveRange(boolean adaptiveRange)
True if the range for the display should be the automatically
 determined or should be desumed by the data. 
 | 
static WaterfallPlotParameters | 
WaterfallPlotParameters.backgroundColor(int rgb)
The background color for the plot. 
 | 
static WaterfallPlotParameters | 
WaterfallPlotParameters.colorScheme(ColorScheme colorScheme)
The color scheme to convert a value to an rgb pixel in the plot. 
 | 
static WaterfallPlotParameters | 
WaterfallPlotParameters.defaults()
Defaults parameters for the waterfall plot. 
 | 
WaterfallPlotParameters | 
WaterfallPlot.getParameters()
Returns the full set of parameters currently being used. 
 | 
static WaterfallPlotParameters | 
WaterfallPlotParameters.height(int height)
Height of the plot in pixels. 
 | 
static WaterfallPlotParameters | 
WaterfallPlotParameters.pixelDuration(org.epics.util.time.TimeDuration pixelDuration)
How much time should be allocated to each line of the plot. 
 | 
static WaterfallPlotParameters | 
WaterfallPlotParameters.scrollDown(boolean scrollDown)
Whether the plot should scroll down or up. 
 | 
WaterfallPlotParameters | 
WaterfallPlotParameters.with(WaterfallPlotParameters... newParameters)
Returns a new set of parameters with the given changes; 
 | 
| Modifier and Type | Method and Description | 
|---|---|
WaterfallPlotParameters | 
WaterfallPlotParameters.with(WaterfallPlotParameters... newParameters)
Returns a new set of parameters with the given changes; 
 | 
WaterfallPlot | 
WaterfallPlot.with(WaterfallPlotParameters... newParameters)
Changes parameters of the waterfall plot. 
 | 
Copyright © 2010–2015. All rights reserved.