Package org.woehlke.simulation.dla.model
Class Dendrite
java.lang.Object
org.woehlke.simulation.dla.model.Dendrite
- All Implemented Interfaces:
java.io.Serializable
,DiffusionLimitedAggregation
public class Dendrite 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: 16:56
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from interface org.woehlke.simulation.dla.DiffusionLimitedAggregation
mySerialVersionUID, NUMBER_OF_PARTICLES, THREAD_SLEEP_TIME, TITLE
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description int
getAgeForPixel(int x, int y)
boolean
hasDendriteNeighbour(Point pixel)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Dendrite
-
-
Method Details
-
hasDendriteNeighbour
-
getAgeForPixel
public int getAgeForPixel(int x, int y)
-