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

Method levelDown

src/org/opensourcephysics/tools/FontSizer.java:214–216  ·  view source on GitHub ↗

Decrements the font level.

()

Source from the content-addressed store, hash-verified

212 * Decrements the font level.
213 */
214 public static void levelDown() {
215 setLevel(level - 1);
216 }
217
218 /**
219 * Gets the current factor.

Callers 5

actionPerformedMethod · 0.95
actionPerformedMethod · 0.95
actionPerformedMethod · 0.95
loadDisplayMenuMethod · 0.95
actionPerformedMethod · 0.95

Calls 1

setLevelMethod · 0.95

Tested by

no test coverage detected