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

Method isVisible

src/org/opensourcephysics/controls/OSPLog.java:301–306  ·  view source on GitHub ↗

Determines if the log is visible. @return true if visible

()

Source from the content-addressed store, hash-verified

299 * @return true if visible
300 */
301 public boolean isVisible() {
302 if (useMessageFrame()) {
303 return org.opensourcephysics.controls.MessageFrame.isLogVisible();
304 }
305 return frame.isVisible();
306 }
307
308 /**
309 * Shows the log when it is invoked from the event queue.

Callers

nothing calls this directly

Calls 3

useMessageFrameMethod · 0.95
isVisibleMethod · 0.65
isLogVisibleMethod · 0.45

Tested by

no test coverage detected