Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cschanck/single-file-java
/ penWidth
Method
penWidth
src/main/java/org/sfj/DrawDot.java:613–616 ·
view source on GitHub ↗
(int penWidth)
Source
from the content-addressed store, hash-verified
611
}
612
613
public
Connection penWidth(
int
penWidth) {
614
add(
new
Attribute(
"penwidth"
, penWidth));
615
return
this;
616
}
617
618
public
Node getFrom() {
619
return
from;
Callers
1
testConnections
Method · 0.80
Calls
1
add
Method · 0.65
Tested by
1
testConnections
Method · 0.64