Search this API

y.layout.planar
Interface EdgePairCursor

All Superinterfaces:
YCursor

public interface EdgePairCursor
extends YCursor

Defines a cursor which returns pairs of edges.

 

Method Summary
 void pair(Edge[] result)
          Returns the pair of edges, the cursor is pointing on.
 
Methods inherited from interface y.base.YCursor
current, next, ok, prev, size, toFirst, toLast
 

Method Detail

pair

void pair(Edge[] result)
Returns the pair of edges, the cursor is pointing on.

Parameters:
result - an array of Edge of length two. The pair will be stored int this array.

© Copyright 2000-2022,
yWorks GmbH.
All rights reserved.