Uses of Class
de.cau.cs.kieler.kiml.layout.LayoutOptionData.Type

Packages that use LayoutOptionData.Type
de.cau.cs.kieler.kiml.layout Base classes for implementation of layout algorithms and for handling of different layout providers and layout options. 
 

Uses of LayoutOptionData.Type in de.cau.cs.kieler.kiml.layout
 

Methods in de.cau.cs.kieler.kiml.layout that return LayoutOptionData.Type
 LayoutOptionData.Type LayoutOptionData.getType()
          Returns the type.
static LayoutOptionData.Type LayoutOptionData.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LayoutOptionData.Type[] LayoutOptionData.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.cau.cs.kieler.kiml.layout with parameters of type LayoutOptionData.Type
 void LayoutOptionData.setType(LayoutOptionData.Type thetype)
          Sets the data type.