org.epics.pvmanager.extra
Class WaterfallPlotParameters
java.lang.Object
org.epics.pvmanager.extra.WaterfallPlotParameters
public class WaterfallPlotParameters
- extends java.lang.Object
- Author:
- carcassi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WaterfallPlotParameters
public WaterfallPlotParameters()
WaterfallPlotParameters
public WaterfallPlotParameters(int maxHeight,
ColorScheme colorScheme,
boolean adaptiveRange)
getMaxHeight
public int getMaxHeight()
getColorScheme
public ColorScheme getColorScheme()
isAdaptiveRange
public boolean isAdaptiveRange()
withMaxHeight
public WaterfallPlotParameters withMaxHeight(int maxHeight)
withColorScheme
public WaterfallPlotParameters withColorScheme(ColorScheme colorScheme)
withAdaptiveRange
public WaterfallPlotParameters withAdaptiveRange(boolean adaptiveRange)
Copyright © 2011. All Rights Reserved.