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

Method TextLayoutTest

src/test/TextLayoutTest.java:46–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44
45
46 TextLayoutTest() {
47 griddata.setScale( -1.0, 1.0, 0, 1.0);
48 grayscalePlot.setAutoscaleZ(true, 0, 1);
49 plottingPanel.addDrawable(grayscalePlot);
50 plottingPanel.setAutoscaleX(true);
51 plottingPanel.setAutoscaleY(true);
52 griddata.setScale(0, numpts, 0,numpts);
53 drawingFrame.setVisible(true);
54 plottingPanel.repaint();
55 }
56
57 public void setRandomVals() {
58 double[][][] data=griddata.getData();

Callers

nothing calls this directly

Calls 7

setScaleMethod · 0.65
setAutoscaleZMethod · 0.65
setVisibleMethod · 0.65
repaintMethod · 0.65
addDrawableMethod · 0.45
setAutoscaleXMethod · 0.45
setAutoscaleYMethod · 0.45

Tested by

no test coverage detected