net.sourceforge.plantuml.geom.kinetic
Class World
java.lang.Object
net.sourceforge.plantuml.geom.kinetic.World
- All Implemented Interfaces:
- MoveObserver
public class World
- extends Object
- implements MoveObserver
Constructor Summary |
World()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
World
public World()
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 Collection<Path> getPaths()
renderContinue
public void renderContinue()
pointMoved
public void pointMoved(Point2DCharge point)
- Specified by:
pointMoved
in interface MoveObserver
Copyright © 2012. All Rights Reserved.