Uses of Class
org.locationtech.jtstest.testbuilder.model.TestCaseEdit
-
Packages that use TestCaseEdit Package Description org.locationtech.jtstest.test org.locationtech.jtstest.testbuilder org.locationtech.jtstest.testbuilder.io org.locationtech.jtstest.testbuilder.model -
-
Uses of TestCaseEdit in org.locationtech.jtstest.test
Methods in org.locationtech.jtstest.test with parameters of type TestCaseEdit Modifier and Type Method Description voidTestCaseList. add(TestCaseEdit tc, int i) -
Uses of TestCaseEdit in org.locationtech.jtstest.testbuilder
Methods in org.locationtech.jtstest.testbuilder with parameters of type TestCaseEdit Modifier and Type Method Description voidJTSTestBuilderFrame. setCurrentTestCase(TestCaseEdit testCase)voidRelatePanel. setTestCase(TestCaseEdit testCase)voidTestCaseTextDialog. setTestCase(TestCaseEdit test)voidValidPanel. setTestCase(TestCaseEdit testCase) -
Uses of TestCaseEdit in org.locationtech.jtstest.testbuilder.io
Methods in org.locationtech.jtstest.testbuilder.io with parameters of type TestCaseEdit Modifier and Type Method Description voidPNGWriter. write(File outputDirectory, TestCaseEdit testCase, PrecisionModel precisionModel) -
Uses of TestCaseEdit in org.locationtech.jtstest.testbuilder.model
Methods in org.locationtech.jtstest.testbuilder.model that return TestCaseEdit Modifier and Type Method Description TestCaseEditTestBuilderModel.CaseList.CaseFactory. create()TestCaseEditTestBuilderModel.CaseList. getCurrentCase()TestCaseEditTestBuilderModel. getCurrentCase()Methods in org.locationtech.jtstest.testbuilder.model with parameters of type TestCaseEdit Modifier and Type Method Description voidTestBuilderModel.CaseList. setCurrent(TestCaseEdit testCase)voidGeometryEditModel. setTestCase(TestCaseEdit testCase)Constructors in org.locationtech.jtstest.testbuilder.model with parameters of type TestCaseEdit Constructor Description TestCaseEdit(TestCaseEdit tce)
-