public class World extends Object implements MoveObserver
| Constructor and Description |
|---|
World() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFrame(Frame frame) |
void |
addPath(Path path) |
VectorForce |
getElectricForce(Point2DCharge point) |
Collection<Path> |
getPaths() |
double |
onePass() |
void |
pointMoved(Point2DCharge point) |
void |
renderContinue() |
public void addFrame(Frame frame)
public void addPath(Path path)
public VectorForce getElectricForce(Point2DCharge point)
public double onePass()
public final Collection<Path> getPaths()
public void renderContinue()
public void pointMoved(Point2DCharge point)
pointMoved in interface MoveObserverCopyright © 2017. All rights reserved.