net.ogdf.lib
Class DPoint

java.lang.Object
  extended by net.ogdf.lib.DPoint

public class DPoint
extends Object

Rating red

Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  DPoint()
           
  DPoint(double arg0, double arg1)
           
protected DPoint(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(DPoint obj)
           
 double getX()
           
 double getY()
           
 
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

DPoint

protected DPoint(long cPtr,
                 boolean cMemoryOwn)

DPoint

public DPoint()

DPoint

public DPoint(double arg0,
              double arg1)
Method Detail

getCPtr

protected static long getCPtr(DPoint obj)

finalize

protected void finalize()
Overrides:
finalize in class Object

delete

public void delete()

getX

public double getX()

getY

public double getY()