Uses of Class
de.cau.cs.kieler.kiml.graphviz.dot.transform.OverlapMode

Packages that use OverlapMode
de.cau.cs.kieler.kiml.graphviz.dot.transform The package which contains the functionality to transform a KGraph instance to a Dot instance. 
 

Uses of OverlapMode in de.cau.cs.kieler.kiml.graphviz.dot.transform
 

Fields in de.cau.cs.kieler.kiml.graphviz.dot.transform with type parameters of type OverlapMode
static IProperty<OverlapMode> Attributes.OVERLAP_PROP
          node overlap removal property.
 

Methods in de.cau.cs.kieler.kiml.graphviz.dot.transform that return OverlapMode
static OverlapMode OverlapMode.parse(String string)
          Parse the given string into an overlap mode, ignoring case.
static OverlapMode OverlapMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OverlapMode[] OverlapMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.