Uses of Class
net.ogdf.lib.OrthoDir

Packages that use OrthoDir
net.ogdf.lib   
 

Uses of OrthoDir in net.ogdf.lib
 

Methods in net.ogdf.lib that return OrthoDir
 OrthoDir OrthoLayout.preferedDir()
           
static OrthoDir OrthoDir.swigToEnum(int swigValue)
           
static OrthoDir OrthoDir.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OrthoDir[] OrthoDir.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.ogdf.lib with parameters of type OrthoDir
 void OrthoLayout.preferedDir(OrthoDir arg0)