MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / scale

Method scale

src/org/opensourcephysics/frames/PlotFrame.java:171–176  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

169 }
170
171 protected void scale() {
172 ScaleInspector plotInspector = new ScaleInspector(drawingPanel);
173 plotInspector.setLocationRelativeTo(drawingPanel);
174 plotInspector.updateDisplay();
175 plotInspector.setVisible(true);
176 }
177
178 protected void logAxes() {
179 if (!(drawingPanel instanceof PlottingPanel)) {

Callers 2

actionPerformedMethod · 0.95
printToGraphicsMethod · 0.45

Calls 2

updateDisplayMethod · 0.95
setVisibleMethod · 0.65

Tested by

no test coverage detected