|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WaterfallPlotParameters | |
|---|---|
| org.epics.pvmanager.extra | |
| Uses of WaterfallPlotParameters in org.epics.pvmanager.extra |
|---|
| Methods in org.epics.pvmanager.extra that return WaterfallPlotParameters | |
|---|---|
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(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; |
| Methods in org.epics.pvmanager.extra with parameters of type WaterfallPlotParameters | |
|---|---|
WaterfallPlot |
WaterfallPlot.with(WaterfallPlotParameters... newParameters)
Changes parameters of the waterfall plot. |
WaterfallPlotParameters |
WaterfallPlotParameters.with(WaterfallPlotParameters... newParameters)
Returns a new set of parameters with the given changes; |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||