Package | Description |
---|---|
com.yworks.yfiles.algorithms |
Modifier and Type | Method and Description |
---|---|
Dart |
PlanarEmbedding.getCyclicNext(Dart dart)
Returns the cyclic next dart of the given dart.
|
Dart |
PlanarEmbedding.getCyclicPrevious(Dart dart)
Returns the cyclic previous dart of the given dart.
|
Dart[] |
PlanarEmbedding.getDarts(Edge edge)
Returns the two darts associated with the given edge.
|
Dart |
Dart.getOppositeDart()
Gets the opposite dart.
|
Modifier and Type | Method and Description |
---|---|
List<Dart> |
Dart.getFace()
Gets the face list associated with this dart.
|
List<List<Dart>> |
PlanarEmbedding.getFaces()
Gets a
List of face lists. |
List<Dart> |
PlanarEmbedding.getOuterFace()
Gets the
List that represents the outer face. |
List<Dart> |
PlanarEmbedding.getOutgoingDarts(Node node)
Returns a
List containing the (cyclic ordered) outgoing darts of the specified node. |
Modifier and Type | Method and Description |
---|---|
Dart |
PlanarEmbedding.getCyclicNext(Dart dart)
Returns the cyclic next dart of the given dart.
|
Dart |
PlanarEmbedding.getCyclicPrevious(Dart dart)
Returns the cyclic previous dart of the given dart.
|