org.jocl.cloth
Interface ClothApplicationGUI.SimulationType

Enclosing class:
ClothApplicationGUI

static interface ClothApplicationGUI.SimulationType

Interface describing a selectable simulation type and the associated simulation factory


Method Summary
 javax.swing.JPanel getConfigurationPanel()
          Returns the panel that contains additional configuration parameters.
 SimulationFactory getSimulationFactory()
          Returns the simulation factory
 java.lang.String toString()
           
 

Method Detail

toString

java.lang.String toString()
Overrides:
toString in class java.lang.Object

getConfigurationPanel

javax.swing.JPanel getConfigurationPanel()
Returns the panel that contains additional configuration parameters.

Returns:
The configuration panel.

getSimulationFactory

SimulationFactory getSimulationFactory()
Returns the simulation factory

Returns:
The simulation factory