Uses of Class
org.tinfour.common.BootstrapUtility.BootstrapTestResult
-
Packages that use BootstrapUtility.BootstrapTestResult Package Description org.tinfour.common Provides classes and interfaces that are common to multiple packages within the TinFour project. -
-
Uses of BootstrapUtility.BootstrapTestResult in org.tinfour.common
Methods in org.tinfour.common that return BootstrapUtility.BootstrapTestResult Modifier and Type Method Description BootstrapUtility.BootstrapTestResultBootstrapUtility. testInput(List<Vertex> input, List<Vertex> output)Given a set of input Vertices, test to see if their (x,y) coordinates are sufficient to create a bootstrap triangle for processing.static BootstrapUtility.BootstrapTestResultBootstrapUtility.BootstrapTestResult. valueOf(String name)Returns the enum constant of this type with the specified name.static BootstrapUtility.BootstrapTestResult[]BootstrapUtility.BootstrapTestResult. values()Returns an array containing the constants of this enum type, in the order they are declared.
-