net.sourceforge.plantuml.geom
Class Singularity

java.lang.Object
  extended by net.sourceforge.plantuml.geom.Singularity

public class Singularity
extends Object


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

Singularity

public Singularity(Point2DInt center)
Method Detail

toString

public String toString()
Overrides:
toString in class 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 List<Neighborhood> getNeighborhoods()


Copyright © 2012. All Rights Reserved.