Searched refs:optionalColor (Results 1 – 1 of 1) sorted by relevance
570 String optionalColor = priorityClash ? ",color=\"red\"" : ""; in createGraphvizFile() local584 writeLine(nodeName + "[label=" + enquote(label) + optionalColor + "];"); in createGraphvizFile()