net.ogdf.lib
Class DPointList

java.lang.Object
  extended by net.ogdf.lib.DPointList
All Implemented Interfaces:
Iterable<DPoint>
Direct Known Subclasses:
DPolyline

public class DPointList
extends Object
implements Iterable<DPoint>

Rating red

Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  DPointList()
           
protected DPointList(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean empty()
           
protected  void finalize()
           
protected static long getCPtr(DPointList obj)
           
 DPointListConstIterator iterator()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

DPointList

protected DPointList(long cPtr,
                     boolean cMemoryOwn)

DPointList

public DPointList()
Method Detail

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>