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

Method addBracketable

src/main/java/fieldbox/boxes/Drawing.java:487–491  ·  view source on GitHub ↗
(Bracketable bracketable)

Source from the content-addressed store, hash-verified

485 }
486
487 public DrawingInterface addBracketable(Bracketable bracketable) {
488 bracketableList.add(bracketable);
489 if (isInsideDrawing()) bracketable.open();
490 return this;
491 }
492
493 /**
494 * to convert between event / mouse / pixel coordinates and OpenGL / Box / Drawing coordinates.

Callers

nothing calls this directly

Calls 3

isInsideDrawingMethod · 0.95
openMethod · 0.65
addMethod · 0.45

Tested by

no test coverage detected