Uses of Class
com.google.inject.grapher.graphviz.NodeShape
-
Packages that use NodeShape Package Description com.google.inject.grapher.graphviz -
-
Uses of NodeShape in com.google.inject.grapher.graphviz
Fields in com.google.inject.grapher.graphviz declared as NodeShape Modifier and Type Field Description private NodeShapeGraphvizNode. shapeMethods in com.google.inject.grapher.graphviz that return NodeShape Modifier and Type Method Description NodeShapeGraphvizNode. getShape()static NodeShapeNodeShape. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NodeShape[]NodeShape. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.inject.grapher.graphviz with parameters of type NodeShape Modifier and Type Method Description voidGraphvizNode. setShape(NodeShape shape)
-