Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/c0ny1/sqlmap4burp-plus-plus
/ setFill
Method
setFill
src/main/java/burp/GBC.java:27–30 ·
view source on GitHub ↗
(int fill)
Source
from the content-addressed store, hash-verified
25
26
// 是否拉伸及拉伸方向
27
public
GBC setFill(
int
fill) {
28
this.fill = fill;
29
return
this;
30
}
31
32
// x和y方向上的增量
33
public
GBC setWeight(double weightx, double weighty) {
Callers
1
initGUI
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected