|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PortConstraints | |
---|---|
de.cau.cs.kieler.kiml.options | Definition of layout options for automatic layout. |
de.cau.cs.kieler.klay.layered | Base package of the layered layouter. |
de.cau.cs.kieler.klodd.hierarchical.structures | The layered graph data structure used internally by the hierarchical dataflow layout algorithm. |
Uses of PortConstraints in de.cau.cs.kieler.kiml.options |
---|
Fields in de.cau.cs.kieler.kiml.options with type parameters of type PortConstraints | |
---|---|
static IProperty<PortConstraints> |
LayoutOptions.PORT_CONSTRAINTS
What constraints on port positions are given for the associated node. |
Methods in de.cau.cs.kieler.kiml.options that return PortConstraints | |
---|---|
static PortConstraints |
PortConstraints.valueOf(int i)
Returns the enumeration value related to the given ordinal. |
static PortConstraints |
PortConstraints.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PortConstraints[] |
PortConstraints.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of PortConstraints in de.cau.cs.kieler.klay.layered |
---|
Methods in de.cau.cs.kieler.klay.layered with parameters of type PortConstraints | |
---|---|
protected LNode |
AbstractGraphImporter.createExternalPortDummy(Object port,
PortConstraints portConstraints,
PortSide portSide,
int netFlow,
KVector portNodeSize,
KVector portPosition,
KVector portSize)
Creates a dummy for an external port. |
Uses of PortConstraints in de.cau.cs.kieler.klodd.hierarchical.structures |
---|
Methods in de.cau.cs.kieler.klodd.hierarchical.structures that return PortConstraints | |
---|---|
PortConstraints |
LayeredGraph.getExternalPortConstraints()
Returns the port constraints for external ports. |
PortConstraints |
LayerElement.getPortConstraints()
Gets the port constraints for this layer element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |