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

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

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

Methods in com.yobotics.simulationconstructionset.util.graphs that return JFreeGraph.AxisScaling
static JFreeGraph.AxisScaling JFreeGraph.AxisScaling.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static JFreeGraph.AxisScaling[] JFreeGraph.AxisScaling.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 JFreeGraph.AxisScaling
 void JFreeGraph.setXaxisScaling(JFreeGraph.AxisScaling scaling)
           
 void JFreeGraph.setYaxisScaling(JFreeGraph.AxisScaling scaling)