Package net.sourceforge.plantuml.geom
Class Singularity
- java.lang.Object
-
- net.sourceforge.plantuml.geom.Singularity
-
public class Singularity extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Singularity(Point2DInt center)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddLineSegment(LineSegmentInt seg)booleancrossing(Point2DInt direction1, Point2DInt direction2)protected Point2DIntgetCenter()java.util.List<Neighborhood>getNeighborhoods()voidmerge(Singularity other)java.lang.StringtoString()
-
-
-
Constructor Detail
-
Singularity
public Singularity(Point2DInt center)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
addLineSegment
public void addLineSegment(LineSegmentInt seg)
-
crossing
public boolean crossing(Point2DInt direction1, Point2DInt direction2)
-
getCenter
protected final Point2DInt getCenter()
-
merge
public void merge(Singularity other)
-
getNeighborhoods
public java.util.List<Neighborhood> getNeighborhoods()
-
-