Uses of Class
org.locationtech.jtstest.testbuilder.GeometryEditPanel
-
-
Uses of GeometryEditPanel in org.locationtech.jtstest.testbuilder
Methods in org.locationtech.jtstest.testbuilder that return GeometryEditPanel Modifier and Type Method Description static GeometryEditPanel
JTSTestBuilderFrame. getGeometryEditPanel()
GeometryEditPanel
TestCasePanel. getGeometryEditPanel()
-
Uses of GeometryEditPanel in org.locationtech.jtstest.testbuilder.controller
Methods in org.locationtech.jtstest.testbuilder.controller that return GeometryEditPanel Modifier and Type Method Description static GeometryEditPanel
JTSTestBuilderController. editPanel()
-
Uses of GeometryEditPanel in org.locationtech.jtstest.testbuilder.ui
Constructors in org.locationtech.jtstest.testbuilder.ui with parameters of type GeometryEditPanel Constructor Description Viewport(GeometryEditPanel panel)
-
Uses of GeometryEditPanel in org.locationtech.jtstest.testbuilder.ui.render
Constructors in org.locationtech.jtstest.testbuilder.ui.render with parameters of type GeometryEditPanel Constructor Description RenderManager(GeometryEditPanel panel)
-
Uses of GeometryEditPanel in org.locationtech.jtstest.testbuilder.ui.tools
Methods in org.locationtech.jtstest.testbuilder.ui.tools that return GeometryEditPanel Modifier and Type Method Description protected GeometryEditPanel
BasicTool. panel()
Methods in org.locationtech.jtstest.testbuilder.ui.tools with parameters of type GeometryEditPanel Modifier and Type Method Description void
BasicTool. activate(GeometryEditPanel panel)
Called when tool is activated.void
Tool. activate(GeometryEditPanel panel)
static void
PanTool. pan(GeometryEditPanel panel, Point2D source, Point2D destination)
-