Uses of Class
org.woehlke.simulation.dla.model.Point
Package | Description |
---|---|
org.woehlke.simulation.dla.model |
Diffusion Limited Aggregation.
|
org.woehlke.simulation.dla.view |
Diffusion Limited Aggregation.
|
org.woehlke.simulation.dla.view.applet |
-
Uses of Point in org.woehlke.simulation.dla.model
Methods in org.woehlke.simulation.dla.model that return Point Modifier and Type Method Description Point[]
Point. getNeighbourhood(Point max)
Methods in org.woehlke.simulation.dla.model that return types with arguments of type Point Modifier and Type Method Description java.util.List<Point>
Particles. getParticles()
Methods in org.woehlke.simulation.dla.model with parameters of type Point Modifier and Type Method Description void
Point. add(Point p)
Point[]
Point. getNeighbourhood(Point max)
boolean
Dendrite. hasDendriteNeighbour(Point pixel)
void
Point. normalize(Point p)
-
Uses of Point in org.woehlke.simulation.dla.view
Methods in org.woehlke.simulation.dla.view that return Point Modifier and Type Method Description Point
WorldCanvas. getWorldDimensions()
Constructors in org.woehlke.simulation.dla.view with parameters of type Point Constructor Description WorldCanvas(Point worldDimensions, Particles particles)
-
Uses of Point in org.woehlke.simulation.dla.view.applet
Methods in org.woehlke.simulation.dla.view.applet that return Point Modifier and Type Method Description Point
DiffusionLimitedAggregationApplet. getCanvasDimensions()