com.yobotics.simulationconstructionset
Class DataBufferEntry
java.lang.Object
com.yobotics.simulationconstructionset.DataBufferEntry
public class DataBufferEntry
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataBufferEntry
public DataBufferEntry(YoVariable variable,
int nPoints)
getData
public double[] getData()
enableAutoScale
public void enableAutoScale(boolean autoScale)
setManualScaling
public void setManualScaling(double minScaling,
double maxScaling)
isAutoScaleEnabled
public boolean isAutoScaleEnabled()
getManualMinScaling
public double getManualMinScaling()
getManualMaxScaling
public double getManualMaxScaling()
getVariable
public YoVariable getVariable()
resetMinMaxChanged
public void resetMinMaxChanged()
minMaxChanged
public boolean minMaxChanged()
getMax
public double getMax()
getMin
public double getMin()