net.sourceforge.plantuml.geom.kinetic
Class QuadrantMapper

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

public class QuadrantMapper
extends Object


Constructor Summary
QuadrantMapper()
           
 
Method Summary
 void addPoint(Point2DCharge pt)
           
 Set<Point2DCharge> getAllPoints()
           
 Set<Point2DCharge> getAllPoints(Quadrant qt)
           
 void updatePoint(Point2DCharge pt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuadrantMapper

public QuadrantMapper()
Method Detail

addPoint

public void addPoint(Point2DCharge pt)

getAllPoints

public Set<Point2DCharge> getAllPoints(Quadrant qt)

getAllPoints

public Set<Point2DCharge> getAllPoints()

updatePoint

public void updatePoint(Point2DCharge pt)


Copyright © 2012. All Rights Reserved.