Uses of Class
org.tinfour.contour.ContourRegion.ContourRegionType
-
Packages that use ContourRegion.ContourRegionType Package Description org.tinfour.contour Provides classes in support of contouring from Delaunay Triangulations -
-
Uses of ContourRegion.ContourRegionType in org.tinfour.contour
Methods in org.tinfour.contour that return ContourRegion.ContourRegionType Modifier and Type Method Description ContourRegion.ContourRegionTypeContourRegion. getContourRegionType()Gets an enumerated value indicating what kind of contour region this instance represents.ContourRegion.ContourRegionTypeContourRegion. getRegionType()static ContourRegion.ContourRegionTypeContourRegion.ContourRegionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ContourRegion.ContourRegionType[]ContourRegion.ContourRegionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-