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
 

Fields in de.cau.cs.kieler.kiml with type parameters of type LayoutOptionData.Target
static IProperty<Set<LayoutOptionData.Target>> LayoutContext.OPT_TARGETS
          the types of targets for layout options.
 

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<?>> LayoutDataService.getOptionData(LayoutAlgorithmData algorithmData, LayoutOptionData.Target targetType)
          Returns a list of layout options that are suitable for the given layout algorithm and layout option target.
 boolean LayoutOptionData.hasTarget(LayoutOptionData.Target target)
          Checks whether the given target is active for this layout option.