Uses of Class
de.cau.cs.kieler.klay.layered.p2layers.LayeringStrategy

Packages that use LayeringStrategy
de.cau.cs.kieler.klay.layered.p2layers Phase 2 - layer assignment. 
de.cau.cs.kieler.klay.layered.properties This package contains classes defining layout properties for KLay Layered. 
 

Uses of LayeringStrategy in de.cau.cs.kieler.klay.layered.p2layers
 

Methods in de.cau.cs.kieler.klay.layered.p2layers that return LayeringStrategy
static LayeringStrategy LayeringStrategy.valueOf(int i)
          Returns the enumeration value related to the given ordinal.
static LayeringStrategy LayeringStrategy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LayeringStrategy[] LayeringStrategy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of LayeringStrategy in de.cau.cs.kieler.klay.layered.properties
 

Fields in de.cau.cs.kieler.klay.layered.properties with type parameters of type LayeringStrategy
static IProperty<LayeringStrategy> Properties.NODE_LAYERING
          property to choose a node layering strategy.