Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JetBrains/skija
/ toString
Method
toString
shared/java/RRect.java:100–103 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
98
}
99
100
@Override
101
public
String toString() {
102
return
"RRect(_left="
+ _left +
", _top="
+ _top +
", _right="
+ _right +
", _bottom="
+ _bottom +
", _radii="
+ Arrays.toString(_radii) +
")"
;
103
}
104
}
Callers
1
draw
Method · 0.95
Calls
1
toString
Method · 0.65
Tested by
no test coverage detected