com.togethersoft.openapi.util.enum
Interface PointEnumeration

All Known Implementing Classes:
PointEnumerationAdapter

public interface PointEnumeration
extends Enumeration

Enumeration of Points.

Author:
TogetherSoft
Since: Together 4.0

Method Summary
 PointnextPoint()
          Returns next Point from this enumeration.

Methods inherited from interface java.util.Enumeration
hasMoreElements, nextElement

Method Detail

nextPoint

public Point nextPoint()
Returns next Point from this enumeration.