Uses of Class
net.nexttext.renderer.util.TriangulationEdge

Packages that use TriangulationEdge
net.nexttext.renderer.util   
 

Uses of TriangulationEdge in net.nexttext.renderer.util
 

Methods in net.nexttext.renderer.util that return TriangulationEdge
 TriangulationEdge Triangulator.createEdge(TriangulationVertex origin, boolean real)
           
 TriangulationEdge TriangulationVertex.getInGoingEdge()
          This method returns the first and best real edge going in to this vertex, there should be only one before the triangulation.
 TriangulationEdge TriangulationVertex.getOutGoingEdge()
          This method returns the first and best real edge going out of this vertex, there should be only one before the triangulation.
 

Methods in net.nexttext.renderer.util that return types with arguments of type TriangulationEdge
 java.util.ArrayList<TriangulationEdge> Triangulator.getEdges()