Home
last modified time | relevance | path

Searched refs:headerBackgroundColor (Results 1 – 1 of 1) sorted by relevance

/external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/
DGraphvizNode.java41 private String headerBackgroundColor = "#ffffff"; field in GraphvizNode
99 return headerBackgroundColor; in getHeaderBackgroundColor()
102 public void setHeaderBackgroundColor(String headerBackgroundColor) { in setHeaderBackgroundColor() argument
103 this.headerBackgroundColor = headerBackgroundColor; in setHeaderBackgroundColor()