Class Particles
java.lang.Object
org.woehlke.computer.kurzweil.tabs.dla.model.Particles
- All Implemented Interfaces:
DiffusionLimitedAggregation
public class Particles extends java.lang.Object implements DiffusionLimitedAggregation
Diffusion Limited Aggregation.
(C) 2006 - 2013 Thomas Woehlke.
https://thomas-woehlke.blogspot.com/2016/01/diffusion-limited-aggregation.html
- Author:
- Thomas Woehlke Date: 27.08.13 Time: 14:57
-
Field Summary
Fields inherited from interface org.woehlke.computer.kurzweil.tabs.dla.DiffusionLimitedAggregation
TAB_TYPE
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description int
getDendriteColor(int x, int y)
java.util.List<Point>
getParticles()
void
move()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Particles
-
-
Method Details
-
getParticles
-
move
public void move() -
getDendriteColor
public int getDendriteColor(int x, int y)
-