Class World
- java.lang.Object
-
- net.sourceforge.plantuml.geom.kinetic.World
-
- All Implemented Interfaces:
MoveObserver
public class World extends java.lang.Object implements MoveObserver
-
-
Constructor Summary
Constructors Constructor Description World()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addFrame(Frame frame)
void
addPath(Path path)
VectorForce
getElectricForce(Point2DCharge point)
java.util.Collection<Path>
getPaths()
double
onePass()
void
pointMoved(Point2DCharge point)
void
renderContinue()
-
-
-
Method Detail
-
addFrame
public void addFrame(Frame frame)
-
addPath
public void addPath(Path path)
-
getElectricForce
public VectorForce getElectricForce(Point2DCharge point)
-
onePass
public double onePass()
-
getPaths
public final java.util.Collection<Path> getPaths()
-
renderContinue
public void renderContinue()
-
pointMoved
public void pointMoved(Point2DCharge point)
- Specified by:
pointMoved
in interfaceMoveObserver
-
-