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

Method showProperty

src/test/Test_Video.java:287–289  ·  view source on GitHub ↗
(String key)

Source from the content-addressed store, hash-verified

285 }
286
287 private void showProperty(String key) {
288 System.out.println(key + "=" + HTML5Video.getProperty(jsvideo, key));
289 }
290
291 private void showAllProperties() {
292 if (!isJS)

Callers 1

showAllPropertiesMethod · 0.95

Calls 2

getPropertyMethod · 0.95
printlnMethod · 0.65

Tested by

no test coverage detected