DESY ACOP Beans Home

de.desy.acop.displayers.tools
Class AcopGraphHistoryParameters

java.lang.Object
  extended by com.cosylab.gui.displayers.DisplayerParameters
      extended by de.desy.acop.displayers.tools.AcopDisplayerParameters
          extended by de.desy.acop.displayers.tools.AcopGraphParameters
              extended by de.desy.acop.displayers.tools.AcopGraphHistoryParameters
All Implemented Interfaces:
java.io.Serializable

public class AcopGraphHistoryParameters
extends AcopGraphParameters

AcopGraphHistoryParameters is an extension of the AcopGrapParameters which can in addition holds also HistoryParameters. This parameters are inteded to be used in combinataion with AcopTrendChart.

Author:
Tilen Kusterle, Cosylab
See Also:
AcopTrendChart, HistoryParameters, Serialized Form

Field Summary
 
Fields inherited from class com.cosylab.gui.displayers.DisplayerParameters
name, names, values
 
Constructor Summary
AcopGraphHistoryParameters(AcopGraphParameters acopGraphParameters)
          Constructs a new AcopGraphHistoryParameters with null HistoryParameters.
AcopGraphHistoryParameters(AcopGraphParameters acopGraphParameters, HistoryParameters historyParameters)
          Constructs new AcopGraphhistoryParameters including all parameters from the acopGraphParameters and the supplied HistoryParameters.
 
Method Summary
 HistoryParameters getHistoryParameters()
          Returns the HistoryParameters of this parameters.
 void setHistoryParameters(HistoryParameters historyParameters)
          Sets the HistoryParameters to this parameters container.
 
Methods inherited from class de.desy.acop.displayers.tools.AcopGraphParameters
getColor, getDrawStyle, getFFT, getMode, getTrendLength, getWidth, isTrend
 
Methods inherited from class de.desy.acop.displayers.tools.AcopDisplayerParameters
compareTo, deriveWith, getArrayIndex, getConnectionParameters, getConverter, hashCode
 
Methods inherited from class com.cosylab.gui.displayers.DisplayerParameters
addParameter, count, equals, getBool, getDouble, getFormat, getInt, getMaximum, getMinimum, getName, getNames, getParameter, getUnits, getValues, putParameter, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AcopGraphHistoryParameters

public AcopGraphHistoryParameters(AcopGraphParameters acopGraphParameters,
                                  HistoryParameters historyParameters)
Constructs new AcopGraphhistoryParameters including all parameters from the acopGraphParameters and the supplied HistoryParameters.

Parameters:
acopGraphParameters - parameters holder
historyParameters - history connection point

AcopGraphHistoryParameters

public AcopGraphHistoryParameters(AcopGraphParameters acopGraphParameters)
Constructs a new AcopGraphHistoryParameters with null HistoryParameters.

Parameters:
acopGraphParameters -
Method Detail

getHistoryParameters

public HistoryParameters getHistoryParameters()
Returns the HistoryParameters of this parameters.

Returns:
the historyParameters

setHistoryParameters

public void setHistoryParameters(HistoryParameters historyParameters)
Sets the HistoryParameters to this parameters container.

Parameters:
historyParameters - the historyParameters to set


Copyright © 2010. All Rights Reserved.