de.aitools.iv.graphdrawing.misc
Interface ProvidesConfigurationPanel

All Known Implementing Classes:
DistortionVisualization, EmptyAISearchPanel, JTreeVisualization, MessageVisualization, NativeBoxTreeVisualization, NativeTreeVisualization, Visualization

public interface ProvidesConfigurationPanel

Classes that implement this interface have settings that can be shown or altered in a ConfigurationPanel.
It consists only of one function that returns the ConfigurationPanel.

Author:
bigben@upb.de, Frank Benteler

Method Summary
 ConfigurationPanel getConfigurationPanel()
           
 

Method Detail

getConfigurationPanel

ConfigurationPanel getConfigurationPanel()