Class DiffusionLimitedAggregationDesktop
java.lang.Object
org.woehlke.computer.kurzweil.tabs.dla.DiffusionLimitedAggregationDesktop
public class DiffusionLimitedAggregationDesktop
extends java.lang.Object
Diffusion Limited Aggregation.
(C) 2006 - 2013 Thomas Woehlke.
https://thomas-woehlke.blogspot.com/2016/01/diffusion-limited-aggregation.html
- Author:
- Thomas Woehlke
-
Method Summary
Modifier and Type Method Description static void
main(java.lang.String[] args)
Starting the App.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
main
public static void main(java.lang.String[] args)Starting the App.- Parameters:
args
- CLI Parameter
-