Uses of Class
ProGAL.geom2d.TriangulationVertex.VertexType

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

Uses of TriangulationVertex.VertexType in ProGAL.geom2d
 

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

Methods in ProGAL.geom2d with parameters of type TriangulationVertex.VertexType
 void TriangulationVertex.setType(TriangulationVertex.VertexType type)