|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.epics.pvmanager.extra.Parameters
org.epics.pvmanager.extra.WaterfallPlotParameters
public class WaterfallPlotParameters
Parameters for the waterfall plot
Method Summary | |
---|---|
static 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 |
backgroundColor(int rgb)
The background color for the plot. |
static WaterfallPlotParameters |
colorScheme(ColorScheme colorScheme)
The color scheme to convert a value to an rgb pixel in the plot. |
static WaterfallPlotParameters |
defaults()
Defaults parameters for the waterfall plot. |
ColorScheme |
getColorScheme()
Color scheme used for the plot. |
int |
getHeight()
The height of the plot in pixels. |
TimeDuration |
getPixelDuration()
Time interval for each line. |
static WaterfallPlotParameters |
height(int height)
Height of the plot in pixels. |
boolean |
isAdaptiveRange()
True if range is automatic, false if taken from data. |
boolean |
isScrollDown()
Whether the plot scrolls up or down. |
static WaterfallPlotParameters |
pixelDuration(TimeDuration pixelDuration)
How much time should be allocated to each line of the plot. |
static WaterfallPlotParameters |
scrollDown(boolean scrollDown)
Whether the plot should scroll down or up. |
WaterfallPlotParameters |
with(WaterfallPlotParameters... newParameters)
Returns a new set of parameters with the given changes; |
Methods inherited from class org.epics.pvmanager.extra.Parameters |
---|
getParameters |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static WaterfallPlotParameters defaults()
public static WaterfallPlotParameters height(int height)
height
- height of the plot in pixels
public static WaterfallPlotParameters colorScheme(ColorScheme colorScheme)
colorScheme
- color scheme
public static WaterfallPlotParameters adaptiveRange(boolean adaptiveRange)
adaptiveRange
- true automatic range, false use the data form the channel
public static WaterfallPlotParameters scrollDown(boolean scrollDown)
scrollDown
- true if scrolls down (current value at the top),
false if scrolls down (current value at the bottom)
public static WaterfallPlotParameters pixelDuration(TimeDuration pixelDuration)
pixelDuration
- amount of time for each pixel
public static WaterfallPlotParameters backgroundColor(int rgb)
rgb
- background color for the plot
public WaterfallPlotParameters with(WaterfallPlotParameters... newParameters)
newParameters
- parameters to change
public int getHeight()
public boolean isAdaptiveRange()
public boolean isScrollDown()
public ColorScheme getColorScheme()
public TimeDuration getPixelDuration()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |