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

Packages that use PlanarVertex
net.nexttext.renderer.util   
 

Uses of PlanarVertex in net.nexttext.renderer.util
 

Classes in net.nexttext.renderer.util with type parameters of type PlanarVertex
 class DoublyConnectedEdgeList<Vertex extends PlanarVertex,Edge extends PlanarEdge>
          This class represents as its name indicates a planar subdivision.
 

Subclasses of PlanarVertex in net.nexttext.renderer.util
 class TriangulationVertex
          Used to do a triangulation of a complex polygon.
 

Methods in net.nexttext.renderer.util that return PlanarVertex
 PlanarVertex PlanarEdge.getDestination()
          Get the destination vertex.
 PlanarVertex PlanarEdge.getOrigin()
          Get the origin.