Uses of Class
org.tinspin.index.rtree.TestDraw.MODE
-
Packages that use TestDraw.MODE Package Description org.tinspin.index.rtree -
-
Uses of TestDraw.MODE in org.tinspin.index.rtree
Methods in org.tinspin.index.rtree that return TestDraw.MODE Modifier and Type Method Description static TestDraw.MODETestDraw.MODE. valueOf(String name)Returns the enum constant of this type with the specified name.static TestDraw.MODE[]TestDraw.MODE. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.tinspin.index.rtree with parameters of type TestDraw.MODE Modifier and Type Method Description static voidTestDraw. draw(double[][] data, int dim, TestDraw.MODE mode)static voidTestDraw. draw(double[] data, int dim, TestDraw.MODE mode)
-