choco.kernel.visu.components.panels
Interface IChocoPanel

All Known Implementing Classes:
AVarChocoPanel, VarChocoPanel

public interface IChocoPanel


Field Summary
static Logger LOGGER
           
 
Method Summary
 Dimension getDimensions()
          Return the dimensions of the Panel
 String getPanelName()
          Return the name of the ChocoPanel
 void init(ArrayList<IVisuVariable> list)
          Initialize every object of the frame.
 

Field Detail

LOGGER

static final Logger LOGGER
Method Detail

getPanelName

String getPanelName()
Return the name of the ChocoPanel

Returns:
name the name of the panel

getDimensions

Dimension getDimensions()
Return the dimensions of the Panel

Returns:
a Dimension

init

void init(ArrayList<IVisuVariable> list)
Initialize every object of the frame.

Parameters:
list - list of visuvariables


Copyright © 2012. All Rights Reserved.