make
Builds a single-use graphical interface.
Parameters
simulation
the simulation for this GUI
<T>
concentration type
<P>
position type
open fun <T, P : Position2D<P>?> make(simulation: Simulation<T, P>, closeOperation: Int)
Content copied to clipboard
Parameters
simulation
the simulation for this GUI
close Operation
the type of close operation for this GUI
<T>
concentration type concentration type
<P>
position type
open fun <T, P : Position2D<P>?> make(simulation: Simulation<T, P>, effectsFile: String)
Content copied to clipboard
Builds a single-use graphical interface.
Parameters
simulation
the simulation for this GUI
effects File
the effects file
<T>
concentration type
<P>
position type
open fun <T, P : Position2D<P>?> make(simulation: Simulation<T, P>, effectsFile: String, closeOperation: Int)
Content copied to clipboard
open fun <T, P : Position2D<P>?> make(simulation: Simulation<T, P>, effectsFile: File, closeOperation: Int)
Content copied to clipboard
Builds a single-use graphical interface.
Parameters
simulation
the simulation for this GUI
effects File
the effects file
close Operation
the type of close operation for this GUI
<T>
concentration type
<P>
position type