net.sourceforge.plantuml.geom.kinetic
Class World

java.lang.Object
  extended by net.sourceforge.plantuml.geom.kinetic.World
All Implemented Interfaces:
MoveObserver

public class World
extends Object
implements MoveObserver


Constructor Summary
World()
           
 
Method Summary
 void addFrame(Frame frame)
           
 void addPath(Path path)
           
 VectorForce getElectricForce(Point2DCharge point)
           
 Collection<Path> getPaths()
           
 double onePass()
           
 void pointMoved(Point2DCharge point)
           
 void renderContinue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

World

public World()
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 Collection<Path> getPaths()

renderContinue

public void renderContinue()

pointMoved

public void pointMoved(Point2DCharge point)
Specified by:
pointMoved in interface MoveObserver


Copyright © 2012. All Rights Reserved.