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

Method getStyle

src/swingjs/api/js/DOMNode.java:127–127  ·  view source on GitHub ↗
(DOMNode node, String style)

Source from the content-addressed store, hash-verified

125 }
126
127 public static String getStyle(DOMNode node, String style) {
128 return (/** @j2sNative node && node.style[style] ||*/ null);
129 }
130

Callers 6

mainMethod · 0.65
Demo3D_3AppMethod · 0.65
mainMethod · 0.65
Demo3D_5AppMethod · 0.65
createElectronsMethod · 0.65
Ball3DAppMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected