choco.kernel.visu
Class VisuFactory

java.lang.Object
  extended by choco.kernel.visu.VisuFactory

public final class VisuFactory
extends Object


Field Summary
protected static Logger LOGGER
           
 
Method Summary
static IVisuManager getDotManager()
           
static IVisuManager getGnuplotManager()
           
static IVisuManager getSolManager()
           
static IVisuManager getTextManager()
           
static void launchCommand(boolean waitFor, String... cmd)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGER

protected static final Logger LOGGER
Method Detail

getGnuplotManager

public static IVisuManager getGnuplotManager()

getDotManager

public static IVisuManager getDotManager()

getTextManager

public static IVisuManager getTextManager()

getSolManager

public static IVisuManager getSolManager()

launchCommand

public static void launchCommand(boolean waitFor,
                                 String... cmd)


Copyright © 2012. All Rights Reserved.