choco.kernel.visu
Interface IVisu

All Known Implementing Classes:
Visu

public interface IVisu


Field Summary
static Logger LOGGER
           
 
Method Summary
 void addPanel(AVarChocoPanel vpanel)
          Add a new panel to the main frame of the Choco visualizer.
 void listen(Solver s)
          Initializes the IVisu from the Solver
 void setVisible(boolean visible)
          Shows or hides this IVisu depending on the value of parameter visible.
 

Field Detail

LOGGER

static final Logger LOGGER
Method Detail

addPanel

void addPanel(AVarChocoPanel vpanel)
Add a new panel to the main frame of the Choco visualizer. Allow user to observe variables during resolution.

Parameters:
vpanel - the new panel to add

setVisible

void setVisible(boolean visible)
Shows or hides this IVisu depending on the value of parameter visible.

Parameters:
visible - if true, makes the IVisu visible, otherwise hides the IVisu.

listen

void listen(Solver s)
Initializes the IVisu from the Solver

Parameters:
s - solver


Copyright © 2012. All Rights Reserved.