Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
createBox
Method · 0.95
createArrayBox
Method · 0.95
showModelClassInView
Method · 0.95
showModelObjectInView
Method · 0.95
adaptBoxColor
Method · 0.95
PaneBox
Method · 0.95
Calls
1
getPaneStyle
Method · 0.95
Tested by
no test coverage detected