public final enum

NodeShape

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.google.inject.grapher.graphviz.NodeShape

Class Overview

Enum for the shapes that are most interesting for Guice graphing.

See: http://www.graphviz.org/doc/info/shapes.html

Summary

Enum Values
NodeShape  BOX   
NodeShape  ELLIPSE   
NodeShape  NONE   
Public Methods
String toString()
static NodeShape valueOf(String name)
final static NodeShape[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final NodeShape BOX

Since: API Level

public static final NodeShape ELLIPSE

Since: API Level

public static final NodeShape NONE

Since: API Level

Public Methods

public String toString ()

Since: API Level

public static NodeShape valueOf (String name)

public static final NodeShape[] values ()