HomeSort by relevance Sort by last modified time
    Searched defs:graphviz (Results 1 - 12 of 12) sorted by null

  /external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/
Graphviz.java 17 package com.google.inject.grapher.graphviz;
24 * Annotation for types used by the graphviz grapher.
30 @interface Graphviz {}
GraphvizModule.java 17 package com.google.inject.grapher.graphviz;
31 .annotatedWith(Graphviz.class)
34 .annotatedWith(Graphviz.class)
PortIdFactory.java 17 package com.google.inject.grapher.graphviz;
22 * Interface for a service that returns Graphviz port IDs, used for naming the
PortIdFactoryImpl.java 17 package com.google.inject.grapher.graphviz;
EdgeStyle.java 17 package com.google.inject.grapher.graphviz;
22 * See: http://www.graphviz.org/doc/info/attrs.html#k:style
NodeShape.java 17 package com.google.inject.grapher.graphviz;
22 * See: http://www.graphviz.org/doc/info/shapes.html
NodeStyle.java 17 package com.google.inject.grapher.graphviz;
22 * See: http://www.graphviz.org/doc/info/attrs.html#k:style
CompassPoint.java 17 package com.google.inject.grapher.graphviz;
23 * See: http://www.graphviz.org/doc/info/attrs.html#k:portPos
39 /** Graphviz "compass_pt" value. */
ArrowType.java 17 package com.google.inject.grapher.graphviz;
20 * Arrow symbols that are available from Graphviz. These can be composed by
23 * See: http://www.graphviz.org/doc/info/arrows.html
GraphvizEdge.java 17 package com.google.inject.grapher.graphviz;
25 * Data object to encapsulate the attributes of Graphviz edges that we're
GraphvizNode.java 17 package com.google.inject.grapher.graphviz;
28 * Data object to encapsulate the attributes of Graphviz nodes that we're
GraphvizGrapher.java 17 package com.google.inject.grapher.graphviz;
41 * {@link com.google.inject.grapher.InjectorGrapher} implementation that writes out a Graphviz DOT
58 @Inject GraphvizGrapher(@Graphviz NameFactory nameFactory,
59 @Graphviz PortIdFactory portIdFactory) {
204 * represents combining them. With Graphviz, that just means concatenating

Completed in 57 milliseconds