Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSourcePhysics/osp
/ setSize
Method
setSize
src/swingjs/api/js/DOMNode.java:204–204 ·
view source on GitHub ↗
(DOMNode node, int width, int height)
Source
from the content-addressed store, hash-verified
202
}
203
204
public
static
DOMNode setSize(DOMNode node,
int
width,
int
height) {
205
return
setStyles(node,
"width"
, width +
"px"
,
"height"
, height +
"px"
);
206
}
207
Callers
15
main
Method · 0.65
main
Method · 0.65
SetXMLControlTest
Method · 0.65
AssetsTest
Method · 0.65
ReleaseZipFileTest
Method · 0.65
LoaderTest
Method · 0.65
FontResizeTest
Method · 0.65
QMWignerControl
Method · 0.65
customize
Method · 0.65
edit
Method · 0.65
ClassicalInspector
Method · 0.65
edit
Method · 0.65
Calls
no outgoing calls
Tested by
7
SetXMLControlTest
Method · 0.52
AssetsTest
Method · 0.52
ReleaseZipFileTest
Method · 0.52
LoaderTest
Method · 0.52
FontResizeTest
Method · 0.52
main
Method · 0.52
SetXMLControlTest
Method · 0.52