org.epics.pvmanager.extra
Class WaterfallPlotParameters

java.lang.Object
  extended by org.epics.pvmanager.extra.WaterfallPlotParameters

public class WaterfallPlotParameters
extends java.lang.Object

Author:
carcassi

Constructor Summary
WaterfallPlotParameters()
           
WaterfallPlotParameters(int maxHeight, ColorScheme colorScheme, boolean adaptiveRange)
           
 
Method Summary
 ColorScheme getColorScheme()
           
 int getMaxHeight()
           
 boolean isAdaptiveRange()
           
 WaterfallPlotParameters withAdaptiveRange(boolean adaptiveRange)
           
 WaterfallPlotParameters withColorScheme(ColorScheme colorScheme)
           
 WaterfallPlotParameters withMaxHeight(int maxHeight)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WaterfallPlotParameters

public WaterfallPlotParameters()

WaterfallPlotParameters

public WaterfallPlotParameters(int maxHeight,
                               ColorScheme colorScheme,
                               boolean adaptiveRange)
Method Detail

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.