Uses of Class
org.tinfour.contour.Contour.ContourType
-
Packages that use Contour.ContourType Package Description org.tinfour.contour Provides classes in support of contouring from Delaunay Triangulations -
-
Uses of Contour.ContourType in org.tinfour.contour
Methods in org.tinfour.contour that return Contour.ContourType Modifier and Type Method Description Contour.ContourTypeContour. getContourType()Indicates whether the contour is an interior or perimeter contour.static Contour.ContourTypeContour.ContourType. valueOf(String name)Returns the enum constant of this type with the specified name.static Contour.ContourType[]Contour.ContourType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-