net.nexttext.renderer.util
Class TriangulationEdge

java.lang.Object
  extended by net.nexttext.renderer.util.PlanarEdge
      extended by net.nexttext.renderer.util.TriangulationEdge

public class TriangulationEdge
extends PlanarEdge

TriangulationEdge.


Field Summary
 boolean marked
           
 
Method Summary
 TriangulationVertex getOtherEnd(TriangulationVertex currentvertex)
          Get vertex at other end of edge.
 boolean isHelperMergeVertex()
          Check if the helper vertex is a merge vertex.
 java.lang.String toString()
           
 
Methods inherited from class net.nexttext.renderer.util.PlanarEdge
angleCounterClockWise, getDestination, getOrigin, isRealEdge
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

marked

public boolean marked
Method Detail

getOtherEnd

public TriangulationVertex getOtherEnd(TriangulationVertex currentvertex)
Get vertex at other end of edge.

Parameters:
currentvertex -
Returns:
end vertex

isHelperMergeVertex

public boolean isHelperMergeVertex()
Check if the helper vertex is a merge vertex.

Returns:
true if helper vertex is a merge vertex

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object