Uses of Class
de.cau.cs.kieler.kiml.LayoutOptionData.Target

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

Uses of LayoutOptionData.Target in de.cau.cs.kieler.kiml
 

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

Methods in de.cau.cs.kieler.kiml with parameters of type LayoutOptionData.Target
 List<LayoutOptionData> LayoutServices.getLayoutOptions(LayoutProviderData providerData, LayoutOptionData.Target target)
          Returns a list of layout options that are suitable for the given layout provider and layout option target.
 boolean LayoutOptionData.hasTarget(LayoutOptionData.Target target)
          Checks whether the given target is active for this layout option.