com.yobotics.simulationconstructionset.commands
Interface CreateNewGraphWindowCommandExecutor

All Known Subinterfaces:
AllCommandsExecutor
All Known Implementing Classes:
AbstractAllCommandsExecutor, SimulationConstructionSet, StandardAllCommandsExecutor

public interface CreateNewGraphWindowCommandExecutor


Method Summary
 void createNewGraphWindow()
           
 void createNewGraphWindow(java.lang.String graphGroupName)
           
 void createNewGraphWindow(java.lang.String graphGroupName, int screenID, boolean maximizeWindow)
           
 

Method Detail

createNewGraphWindow

void createNewGraphWindow()

createNewGraphWindow

void createNewGraphWindow(java.lang.String graphGroupName)

createNewGraphWindow

void createNewGraphWindow(java.lang.String graphGroupName,
                          int screenID,
                          boolean maximizeWindow)