MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / modify

Method modify

src/main/java/field/graphics/FLine.java:176–178  ·  view source on GitHub ↗

tells Field that you've modified the contents of a line in some way, so it might have to work harder to redraw it

()

Source from the content-addressed store, hash-verified

174 return this;
175 }
176
177
178 /**
179 * tells Field that you've modified the contents of a line in some way, so it might have to work harder to redraw it
180 */
181 public void modify() {

Callers 15

showMethod · 0.95
expiresMethod · 0.95
transformMethod · 0.95
clearMethod · 0.95
duplicateMethod · 0.95
invokeMethod · 0.95
asMap_setMethod · 0.95
asMap_deleteMethod · 0.95
scopeManagerFunction · 0.45
prefixFunction · 0.45
suffixFunction · 0.45
offsetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected