All Downloads are FREE. Search and download functionalities are using the official Maven repository.

us.ihmc.simulationconstructionset.commands.CreateNewGraphWindowCommandExecutor Maven / Gradle / Ivy

There is a newer version: 0.25.2
Show newest version
package us.ihmc.simulationconstructionset.commands;

import java.awt.Dimension;
import java.awt.Point;

import us.ihmc.simulationconstructionset.gui.GraphArrayWindow;

public interface CreateNewGraphWindowCommandExecutor
{
   public abstract GraphArrayWindow createNewGraphWindow();

   public abstract GraphArrayWindow createNewGraphWindow(String graphGroupName);

   public abstract GraphArrayWindow createNewGraphWindow(String graphGroupName, int screenID, Point windowLocation, Dimension windowSize,
                                                         boolean maximizeWindow);

   public abstract GraphArrayWindow getGraphArrayWindow(String windowName);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy