Uses of Class
com.yobotics.simulationconstructionset.util.graphs.JFreeGraph

Packages that use JFreeGraph
com.yobotics.simulationconstructionset.util.graphs   
 

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

Methods in com.yobotics.simulationconstructionset.util.graphs that return JFreeGraph
 JFreeGraph JFreeGraph.clone()
           
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)
           
 

Methods in com.yobotics.simulationconstructionset.util.graphs with parameters of type JFreeGraph
 void JFreeGraphGroup.addGraph(JFreeGraph graph)
           
 

Constructor parameters in com.yobotics.simulationconstructionset.util.graphs with type arguments of type JFreeGraph
JFreeGraphGroup(java.util.ArrayList<JFreeGraph> graphs)