MCPcopy Create free account
hub / github.com/Singular/Singular / setBasePlane

Method setBasePlane

Singular/LIB/surfex/Equation.java:305–308  ·  view source on GitHub ↗
(boolean b)

Source from the content-addressed store, hash-verified

303 }
304
305 public void setBasePlane(boolean b) {
306 // erhaelt nur false ...
307 basePlaneButton.setBackground(Color.white);
308 }
309
310 public void setBasePlaneDefault() {
311 basePlaneButton.setBackground(Color.green);

Callers 1

actionPerformedMethod · 0.95

Calls 5

triangulateMethod · 0.95
getCurrentProjectMethod · 0.80
loadAndDisplayMethod · 0.80
showDefaultMethod · 0.80
showMethod · 0.45

Tested by

no test coverage detected