net.ogdf.lib
Class DPolyline

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

public class DPolyline
extends DPointList

Rating red

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

Constructor Detail

DPolyline

protected DPolyline(long cPtr,
                    boolean cMemoryOwn)
Method Detail

getCPtr

protected static long getCPtr(DPolyline obj)

finalize

protected void finalize()
Overrides:
finalize in class DPointList

delete

public void delete()
Overrides:
delete in class DPointList