|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntermediateLayoutProcessor | |
---|---|
de.cau.cs.kieler.klay.layered | Base package of the layered layouter. |
de.cau.cs.kieler.klay.layered.intermediate | Intermediate layout processors. |
Uses of IntermediateLayoutProcessor in de.cau.cs.kieler.klay.layered |
---|
Methods in de.cau.cs.kieler.klay.layered that return types with arguments of type IntermediateLayoutProcessor | |
---|---|
Set<IntermediateLayoutProcessor> |
IntermediateProcessingStrategy.getProcessors(int slotIndex)
Returns the layout processors in the given slot. |
Methods in de.cau.cs.kieler.klay.layered with parameters of type IntermediateLayoutProcessor | |
---|---|
void |
IntermediateProcessingStrategy.addLayoutProcessor(int slotIndex,
IntermediateLayoutProcessor processor)
Adds the given layout processor to the given slot, if it's not already in there. |
void |
IntermediateProcessingStrategy.removeLayoutProcessor(int slotIndex,
IntermediateLayoutProcessor processor)
Removes the given layout processor from the given slot. |
Method parameters in de.cau.cs.kieler.klay.layered with type arguments of type IntermediateLayoutProcessor | |
---|---|
IntermediateProcessingStrategy |
IntermediateProcessingStrategy.addAll(int slotIndex,
Collection<IntermediateLayoutProcessor> processors)
Adds all layout processors in the given collection to the given slot, without duplicates. |
Constructors in de.cau.cs.kieler.klay.layered with parameters of type IntermediateLayoutProcessor | |
---|---|
IntermediateProcessingStrategy(int slotIndex,
IntermediateLayoutProcessor processor)
Constructs a new strategy that has the given processor in the given slot, but is otherwise empty. |
Uses of IntermediateLayoutProcessor in de.cau.cs.kieler.klay.layered.intermediate |
---|
Methods in de.cau.cs.kieler.klay.layered.intermediate that return IntermediateLayoutProcessor | |
---|---|
static IntermediateLayoutProcessor |
IntermediateLayoutProcessor.valueOf(int i)
Returns the enumeration value related to the given ordinal. |
static IntermediateLayoutProcessor |
IntermediateLayoutProcessor.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IntermediateLayoutProcessor[] |
IntermediateLayoutProcessor.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |