Searched refs:NodeStyle (Results 1 - 3 of 3) sorted by relevance

/external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/
H A DNodeStyle.java26 public enum NodeStyle { enum
38 NodeStyle(String name) { method in class:NodeStyle
H A DGraphvizNode.java36 private NodeStyle style = NodeStyle.SOLID;
68 public NodeStyle getStyle() {
72 public void setStyle(NodeStyle style) {
H A DGraphvizGrapher.java133 String cellborder = node.getStyle() == NodeStyle.INVISIBLE ? "1" : "0";
243 gnode.setStyle(NodeStyle.DASHED);
253 gnode.setStyle(NodeStyle.SOLID);
269 gnode.setStyle(NodeStyle.SOLID);

Completed in 74 milliseconds