Uses of Class
com.yobotics.simulationconstructionset.util.graphs.JFreePlot.PlotTypes

Packages that use JFreePlot.PlotTypes
com.yobotics.simulationconstructionset.util.graphs   
 

Uses of JFreePlot.PlotTypes in com.yobotics.simulationconstructionset.util.graphs
 

Methods in com.yobotics.simulationconstructionset.util.graphs that return JFreePlot.PlotTypes
static JFreePlot.PlotTypes JFreePlot.PlotTypes.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static JFreePlot.PlotTypes[] JFreePlot.PlotTypes.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.yobotics.simulationconstructionset.util.graphs with parameters of type JFreePlot.PlotTypes
 void JFreePlot.setType(JFreePlot.PlotTypes type)