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 voidaddFrame(Frame frame)voidaddPath(Path path)VectorForcegetElectricForce(Point2DCharge point)java.util.Collection<Path>getPaths()doubleonePass()voidpointMoved(Point2DCharge point)voidrenderContinue()
-
-
-
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:
pointMovedin interfaceMoveObserver
-
-