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

Method getPaneStyle

src/ch/hsr/ogv/view/PaneBox.java:132–134  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130 }
131
132 private String getPaneStyle() {
133 return "-fx-background-color: " + Util.colorToCssColor(getColor()) + ";\n" + "-fx-border-color: black;\n" + "-fx-border-width: 2;";
134 }
135
136 private void initLayout() {
137 this.borderPane = loadBorderPane();

Callers 1

setColorMethod · 0.95

Calls 1

getColorMethod · 0.95

Tested by

no test coverage detected