@author santi
OrthographicEmbeddingResult
01 Syntax
Microsoft.VisualBasic.Data.visualize.Network.Layouts.Orthogonal.OrthographicEmbeddingResult
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| nodeVerticalWiggleRoom | 1 | Do the same thing for vertical |
| find | 1 | |
| fixNonOrthogonalEdges | 1 | |
| fixNonOrthogonalEdge | 1 | |
| nodeHorizontalWiggleRoom | 1 | |
| nodeHorizontalWiggleRoomSingleNode | 1 | |
| nodeVerticalWiggleRoomSingleNode | 1 | |
| findFirstNonOrthogonalEdge | 1 | |
| findNonOrthogonalEdges | 1 | |
| gridAlign | 1 | |
| edgeFits | 1 | |
| edgeFitsIgnoring | 1 | |
| findEdgeEnd1 | 1 | |
| findEdgeEnd2 | 1 | |
| sanityCheck | 1 | |
| removeVertex | 1 | |
| addVertices | 1 | |
| ToString | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| GetLayout | 1 |
04 Fields
| Name | Overloads | Summary |
|---|---|---|
| embedding | 1 | |
| nodeIndexes | 1 | |
| x | 1 | |
| y | 1 | |
| edges | 1 | |
| separation | 1 |
05 Members
nodeVerticalWiggleRoom(
Int32, IList(Of Int32))Do the same thing for vertical
Parameters
| Name | Type | Description |
|---|---|---|
vertex | Int32 | - |
nodeGroup | IList(Of Int32) | - |
embedding
nodeIndexes
x
y
edges
separation
GetLayout
find(
Double, Double)fixNonOrthogonalEdges()
fixNonOrthogonalEdge(
Pair(Of Int32, Int32), Boolean)nodeHorizontalWiggleRoom(
Int32, IList(Of Int32))nodeHorizontalWiggleRoomSingleNode(
Int32)nodeVerticalWiggleRoomSingleNode(
Int32)findFirstNonOrthogonalEdge()
findNonOrthogonalEdges()
gridAlign(
Double)edgeFits(
Double, Double, Double, Double)edgeFitsIgnoring(
Double, Double, Double, Double, IList(Of Int32))findEdgeEnd1(
Int32, Int32)findEdgeEnd2(
Int32, Int32)sanityCheck(
Boolean)removeVertex(
Int32)addVertices(
Int32)ToString()