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

Method setColor

src/ch/hsr/ogv/view/PaneBox.java:93–97  ·  view source on GitHub ↗
(Color color)

Source from the content-addressed store, hash-verified

91 }
92
93 public void setColor(Color color) {
94 this.color = color;
95 this.borderPane.setStyle(getPaneStyle());
96 this.box.setColor(color);
97 }
98
99 public PaneBox() {
100 this(DEFAULT_COLOR);

Callers 6

createBoxMethod · 0.95
createArrayBoxMethod · 0.95
showModelClassInViewMethod · 0.95
showModelObjectInViewMethod · 0.95
adaptBoxColorMethod · 0.95
PaneBoxMethod · 0.95

Calls 1

getPaneStyleMethod · 0.95

Tested by

no test coverage detected