Usages of OrthogonalLayoutEdgeLayoutDescriptor
Properties
| edgeLayoutDescriptor | in OrthogonalLayout | Gets or sets the OrthogonalLayoutEdgeLayoutDescriptor instance used for all those edges that do not have a specific layout descriptor assigned. | |
| edgeLayoutDescriptors | in OrthogonalLayoutData | Gets or sets the mapping from edges to their OrthogonalLayoutEdgeLayoutDescriptor. | 
Fields
| EDGE_LAYOUT_DESCRIPTOR_DP_KEY | in OrthogonalLayout | A data provider key for providing layout information for each edge. | 
Method Return Values
| createCopy () | in OrthogonalLayoutEdgeLayoutDescriptor | Creates a copy of this OrthogonalLayoutEdgeLayoutDescriptor instance. | |
| createEdgeLayoutDescriptor () | in OrthogonalLayout | Returns a new OrthogonalLayoutEdgeLayoutDescriptor instance that will be used during the various phases of the layout algorithm to determine the drawing details of the edges of the graph. | 
Method Parameters
| OrthogonalLayout () | in OrthogonalLayout | Creates a new OrthogonalLayout instance with default settings. | |
| OrthogonalLayoutData () | in OrthogonalLayoutData | Creates a new instance of OrthogonalLayoutData which helps configuring OrthogonalLayout. |