Search this API

y.geom
Interface YLineSegmentCursor

All Superinterfaces:
YCursor

public interface YLineSegmentCursor
extends YCursor

This is an interface for a sequence of instances of LineSegment.

 
Your browser does not support SVG content.

Method Summary
 LineSegment lineSegment()
          Returns the instance of LineSegment the cursor is currently pointing on.
 
Methods inherited from interface y.base.YCursor
current, next, ok, prev, size, toFirst, toLast
 

Method Detail

lineSegment

LineSegment lineSegment()
Returns the instance of LineSegment the cursor is currently pointing on.

Returns:
an instance of LineSegment

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