DESY ACOP Beans Home
de.desy.acop.displayers.tools
Class AcopGraphHistoryParameters
java.lang.Object
com.cosylab.gui.displayers.DisplayerParameters
de.desy.acop.displayers.tools.AcopDisplayerParameters
de.desy.acop.displayers.tools.AcopGraphParameters
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
| 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 |
AcopGraphHistoryParameters
public AcopGraphHistoryParameters(AcopGraphParameters acopGraphParameters,
HistoryParameters historyParameters)
- Constructs new AcopGraphhistoryParameters including all parameters
from the
acopGraphParameters and the supplied
HistoryParameters.
- Parameters:
acopGraphParameters - parameters holderhistoryParameters - history connection point
AcopGraphHistoryParameters
public AcopGraphHistoryParameters(AcopGraphParameters acopGraphParameters)
- Constructs a new AcopGraphHistoryParameters with null HistoryParameters.
- Parameters:
acopGraphParameters -
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.