Searched refs:requiresMandatedColor (Results 1 - 2 of 2) sorted by relevance

/openjdk10/langtools/src/jdk.jdeps/share/classes/com/sun/tools/jdeps/
H A DModuleDotGraph.java202 default String requiresMandatedColor() { method in interface:ModuleDotGraph.Attributes
393 attr = "color=\"" + attributes.requiresMandatedColor() + "\"";
/openjdk10/jdk/make/src/classes/build/tools/jigsaw/
H A DGenGraphs.java128 "requiresMandatedColor", LIGHT_GRAY,
201 public String requiresMandatedColor() { method in class:GenGraphs.ModuleGraphAttributes
202 return attrs.get("requiresMandatedColor");

Completed in 88 milliseconds