Uses of Class
ProGAL.geom2d.Triangulation.TriangulationAlgorithm

Packages that use Triangulation.TriangulationAlgorithm
ProGAL.geom2d This package contains classes that are all related to two-dimensional geometric concepts. 
 

Uses of Triangulation.TriangulationAlgorithm in ProGAL.geom2d
 

Methods in ProGAL.geom2d that return Triangulation.TriangulationAlgorithm
static Triangulation.TriangulationAlgorithm Triangulation.TriangulationAlgorithm.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Triangulation.TriangulationAlgorithm[] Triangulation.TriangulationAlgorithm.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in ProGAL.geom2d with parameters of type Triangulation.TriangulationAlgorithm
Triangulation(PointSet points, Triangulation.TriangulationAlgorithm algorithm)
          creates a triangulation of a set of points Two triangulation algorithms are so far implemented: Greedy, Delaunay