net.sourceforge.plantuml.geom.kinetic
Class Path

java.lang.Object
  extended by net.sourceforge.plantuml.geom.kinetic.Path

public class Path
extends Object


Constructor Summary
Path(Frame f1, Frame f2)
           
 
Method Summary
 void addIntermediate(Point2DCharge point)
           
 boolean containsPoint2DCharge(Point2DCharge p)
           
 VectorForce getElasticForce(Point2DCharge point)
           
 Collection<Point2DCharge> getPoints()
           
 void renderContinue()
           
 List<Line2D> segments()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Path

public Path(Frame f1,
            Frame f2)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

renderContinue

public void renderContinue()

segments

public List<Line2D> segments()

addIntermediate

public void addIntermediate(Point2DCharge point)

getElasticForce

public VectorForce getElasticForce(Point2DCharge point)

containsPoint2DCharge

public boolean containsPoint2DCharge(Point2DCharge p)

getPoints

public final Collection<Point2DCharge> getPoints()


Copyright © 2013. All Rights Reserved.