Uses of Class
com.yobotics.simulationconstructionset.DataBufferEntry

Packages that use DataBufferEntry
com.yobotics.simulationconstructionset   
com.yobotics.simulationconstructionset.gui.dialogs   
com.yobotics.simulationconstructionset.util.graphs   
 

Uses of DataBufferEntry in com.yobotics.simulationconstructionset
 

Methods in com.yobotics.simulationconstructionset that return DataBufferEntry
 DataBufferEntry DataBuffer.getEntry(java.lang.String name)
           
 DataBufferEntry DataBuffer.getEntry(YoVariable v)
           
 

Methods in com.yobotics.simulationconstructionset that return types with arguments of type DataBufferEntry
 java.util.ArrayList<DataBufferEntry> DataBuffer.getEntries()
           
 

Methods in com.yobotics.simulationconstructionset with parameters of type DataBufferEntry
 void DataBuffer.addEntry(DataBufferEntry entry)
           
 boolean DataBufferEntry.checkIfDataIsEqual(DataBufferEntry entry2, int inPoint, int outPoint, double epsilon)
           
 

Uses of DataBufferEntry in com.yobotics.simulationconstructionset.gui.dialogs
 

Constructor parameters in com.yobotics.simulationconstructionset.gui.dialogs with type arguments of type DataBufferEntry
VarPropertiesDialog(javax.swing.JFrame frame, java.util.ArrayList<DataBufferEntry> entries)
           
 

Uses of DataBufferEntry in com.yobotics.simulationconstructionset.util.graphs
 

Methods in com.yobotics.simulationconstructionset.util.graphs with parameters of type DataBufferEntry
static JFreeGraph JFreeGraph.createDataVsTimeGraph(DataBufferEntry timeEntry, DataBufferEntry dataEntry)
           
static JFreeGraph JFreeGraph.createDataVsTimeGraph(DataBufferEntry timeEntry, DataBufferEntry dataEntry, java.awt.Color plotColor)
           
static JFreeGraph JFreeGraph.createTorqueVsSpeedGraph(DataBufferEntry speedEntry, DataBufferEntry torqueEntry)
           
 

Constructors in com.yobotics.simulationconstructionset.util.graphs with parameters of type DataBufferEntry
FrequencyPlot(java.lang.String name, DataBufferEntry time, DataBufferEntry data)
           
JFreePlot(DataBufferEntry xPlot, DataBufferEntry yPlot)
           
JFreePlot(DataBufferEntry xPlot, DataBufferEntry yPlot, boolean autoSort, boolean allowDuplicateXValues)
           
JFreePlot(java.lang.String name, DataBufferEntry xPlot, DataBufferEntry yPlot)
           
JFreePlot(java.lang.String name, DataBufferEntry xPlot, DataBufferEntry yPlot, boolean autoSort, boolean allowDuplicateXValues)