Search this API

y.geom
Interface YPointCursor

All Superinterfaces:
YCursor

public interface YPointCursor
extends YCursor

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

 

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

Method Detail

point

YPoint point()
Returns the instance of YPoint the cursor is currently pointing on.

Returns:
an instance of YPoint

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