Uses of Class
com.yobotics.simulationconstructionset.GraphConfiguration

Packages that use GraphConfiguration
com.yobotics.simulationconstructionset   
com.yobotics.simulationconstructionset.gui   
com.yobotics.simulationconstructionset.gui.config   
 

Uses of GraphConfiguration in com.yobotics.simulationconstructionset
 

Methods in com.yobotics.simulationconstructionset that return GraphConfiguration
 GraphConfiguration GraphConfiguration.createClassBasedOnXMLRepresentation(int start, java.lang.String xmlRepresentation)
           
static GraphConfiguration GraphConfiguration.getStandardAutoScalingConfiguration()
           
 

Methods in com.yobotics.simulationconstructionset with parameters of type GraphConfiguration
 void SimulationConstructionSet.setupGraphConfigurations(GraphConfiguration[] configurations)
          Store the specified array of GraphConfigurations.
 

Uses of GraphConfiguration in com.yobotics.simulationconstructionset.gui
 

Methods in com.yobotics.simulationconstructionset.gui that return GraphConfiguration
 GraphConfiguration YoGraph.getGraphConfiguration()
           
 

Methods in com.yobotics.simulationconstructionset.gui with parameters of type GraphConfiguration
 void GraphArrayPanel.setupGraph(java.lang.String[] varnames, GraphConfiguration config)
           
 void StandardSimulationGUI.setupGraphConfigurations(GraphConfiguration[] configurations)
           
 

Uses of GraphConfiguration in com.yobotics.simulationconstructionset.gui.config
 

Methods in com.yobotics.simulationconstructionset.gui.config that return GraphConfiguration
 GraphConfiguration GraphConfigurationList.getGraphConfiguration(java.lang.String name)
           
 

Methods in com.yobotics.simulationconstructionset.gui.config with parameters of type GraphConfiguration
 void GraphConfigurationList.addGraphConfiguration(GraphConfiguration config)