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