Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
actionPerformed
Method · 0.95
actionPerformed
Method · 0.95
actionPerformed
Method · 0.95
loadDisplayMenu
Method · 0.95
actionPerformed
Method · 0.95
Calls
1
setLevel
Method · 0.95
Tested by
no test coverage detected