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.java43 private String headerBackgroundColor = "#ffffff"; field in GraphvizNode
101 return headerBackgroundColor; in getHeaderBackgroundColor()
104 public void setHeaderBackgroundColor(String headerBackgroundColor) { in setHeaderBackgroundColor() argument
105 this.headerBackgroundColor = headerBackgroundColor; in setHeaderBackgroundColor()