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 void
addLineSegment(LineSegmentInt seg)
boolean
crossing(Point2DInt direction1, Point2DInt direction2)
protected Point2DInt
getCenter()
java.util.List<Neighborhood>
getNeighborhoods()
void
merge(Singularity other)
java.lang.String
toString()
-
-
-
Constructor Detail
-
Singularity
public Singularity(Point2DInt center)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in 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()
-
-