Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSourcePhysics/osp
/ isClipSet
Method
isClipSet
src/org/jibble/epsgraphics/EpsDocument.java:193–195 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
191
}
192
193
public
boolean isClipSet() {
194
return
_isClipSet;
195
}
196
197
public
void
setClipSet(boolean isClipSet) {
198
_isClipSet = isClipSet;
Callers
2
writeFooter
Method · 0.95
setClip
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected