Class Dendrite
java.lang.Object
org.woehlke.computer.kurzweil.tabs.dla.model.Dendrite
- All Implemented Interfaces:
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
-
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
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)
-