|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LayerConstraint
This interface describes a layering constraint.
Such constraints can be given as additional input to the IncrementalHierarchicLayouter
.
LayerConstraintFactory
Method Summary | |
---|---|
int |
getPriority()
Returns the priority of a constraint. |
void |
setPriority(int priority)
Specifies the priority of a constraint. |
Method Detail |
---|
int getPriority()
This value is used for resolving conflicting constraints. A constraint with a higher priority is more likely to be considered.
The priority has to be greater than 0
.
void setPriority(int priority)
This value is used for resolving conflicting constraints. A constraint with a higher priority is more likely to be considered.
The priority has to be greater than 0
.
priority
- the constraint priority
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |