MCPcopy Create free account
hub / github.com/Nurtak/ObjectGraphVisualization / colorToApply

Method colorToApply

src/ch/hsr/ogv/view/Arrow.java:502–508  ·  view source on GitHub ↗
(boolean selected)

Source from the content-addressed store, hash-verified

500 }
501
502 protected Color colorToApply(boolean selected) {
503 Color colorToApply = getColor();
504 if (selected) {
505 colorToApply = SELECTION_COLOR;
506 }
507 return colorToApply;
508 }
509
510 @Override
511 public ArrowSelection getSelection() {

Callers 3

setSelectedMethod · 0.95
setSelectedMethod · 0.80
setSelectedMethod · 0.80

Calls 1

getColorMethod · 0.95

Tested by

no test coverage detected