Class QuadrantMapper
- java.lang.Object
-
- net.sourceforge.plantuml.geom.kinetic.QuadrantMapper
-
public class QuadrantMapper extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description QuadrantMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addPoint(Point2DCharge pt)
java.util.Set<Point2DCharge>
getAllPoints()
java.util.Set<Point2DCharge>
getAllPoints(Quadrant qt)
void
updatePoint(Point2DCharge pt)
-
-
-
Method Detail
-
addPoint
public void addPoint(Point2DCharge pt)
-
getAllPoints
public java.util.Set<Point2DCharge> getAllPoints(Quadrant qt)
-
getAllPoints
public java.util.Set<Point2DCharge> getAllPoints()
-
updatePoint
public void updatePoint(Point2DCharge pt)
-
-