net.sourceforge.plantuml.graph2
Class Singularity2

java.lang.Object
  extended by net.sourceforge.plantuml.graph2.Singularity2

public class Singularity2
extends Object


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

Singularity2

public Singularity2(Point2D.Double center)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

addLineSegment

public void addLineSegment(Line2D.Double seg)

crossing

public boolean crossing(Point2D.Double direction1,
                        Point2D.Double direction2)

getCenter

protected final Point2D.Double getCenter()

merge

public void merge(Singularity2 other)

getNeighborhoods

public List<Neighborhood2> getNeighborhoods()


Copyright © 2013. All Rights Reserved.