Uses of Class
edu.mit.csail.sdg.alloy4graph.DotDirection

Packages that use DotDirection
edu.mit.csail.sdg.alloy4graph This package performs graph layout. 
 

Uses of DotDirection in edu.mit.csail.sdg.alloy4graph
 

Methods in edu.mit.csail.sdg.alloy4graph that return DotDirection
static DotDirection DotDirection.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DotDirection[] DotDirection.values()
          Returns an array containing the constants of this enum type, in the order they are declared.