|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.plantuml.geom.Singularity
public class Singularity
Constructor Summary | |
---|---|
Singularity(Point2DInt center)
|
Method Summary | |
---|---|
void |
addLineSegment(LineSegmentInt seg)
|
boolean |
crossing(Point2DInt direction1,
Point2DInt direction2)
|
protected Point2DInt |
getCenter()
|
List<Neighborhood> |
getNeighborhoods()
|
void |
merge(Singularity other)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Singularity(Point2DInt center)
Method Detail |
---|
public String toString()
toString
in class Object
public void addLineSegment(LineSegmentInt seg)
public boolean crossing(Point2DInt direction1, Point2DInt direction2)
protected final Point2DInt getCenter()
public void merge(Singularity other)
public List<Neighborhood> getNeighborhoods()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |