net.ogdf.lib
Class DPointList
java.lang.Object
net.ogdf.lib.DPointList
- All Implemented Interfaces:
- Iterable<DPoint>
- Direct Known Subclasses:
- DPolyline
public class DPointList
- extends Object
- implements Iterable<DPoint>
- Rating

swigCMemOwn
protected boolean swigCMemOwn
DPointList
protected DPointList(long cPtr,
boolean cMemoryOwn)
DPointList
public DPointList()
getCPtr
protected static long getCPtr(DPointList obj)
finalize
protected void finalize()
- Overrides:
finalize
in class Object
delete
public void delete()
empty
public boolean empty()
size
public int size()
iterator
public DPointListConstIterator iterator()
- Specified by:
iterator
in interface Iterable<DPoint>