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

Method getProperty

src/swingjs/api/js/HTML5Video.java:195–195  ·  view source on GitHub ↗

Get a property using jsvideo[key], boxing number as Double and boolean as Boolean. @param jsvideo the HTML5 video element @param key @return value or value boxed as Double or Boolean

(HTML5Video jsvideo, String key)

Source from the content-addressed store, hash-verified

193 * @return value or value boxed as Double or Boolean
194 */
195 @SuppressWarnings({ "unused", "null" })
196 public static Object getProperty(HTML5Video jsvideo, String key) {
197 Object val = (/** @j2sNative 1? jsvideo[key] : */
198 null);

Callers 15

showPropertyMethod · 0.95
actionPerformedMethod · 0.95
getControlsMethod · 0.95
Test_EventClass · 0.65
openLibraryResourceMethod · 0.65
getTempDirectoryMethod · 0.65
mainMethod · 0.65
runMethod · 0.65
getSavedPropertyMethod · 0.65
getVmNameMethod · 0.65
getVmVendorMethod · 0.65

Calls

no outgoing calls

Tested by 6

showPropertyMethod · 0.76
actionPerformedMethod · 0.76
getControlsMethod · 0.76
openLibraryResourceMethod · 0.52
getTempDirectoryMethod · 0.52
mainMethod · 0.52