MCPcopy Index your code
hub / github.com/BruceEckel/OnJava8-Examples / setColor

Method setColor

serialization/AStoreCADState.java:76–78  ·  view source on GitHub ↗
(Color newColor)

Source from the content-addressed store, hash-verified

74 super(xVal, yVal, dim);
75 }
76 @Override public void setColor(Color newColor) {
77 color = newColor;
78 }
79 @Override public Color getColor() { return color; }
80}
81

Callers 2

mainMethod · 0.45
paintComponentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected