net.ogdf.lib
Class DRect

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

public class DRect
extends Object

Rating red

Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  DRect()
           
  DRect(double x1, double y1, double x2, double y2)
           
  DRect(DPoint arg0, DPoint arg1)
           
protected DRect(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 boolean contains(DPoint arg0)
           
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(DRect obj)
           
 double height()
           
 DPoint p1()
           
 DPoint p2()
           
 double width()
           
 
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

DRect

protected DRect(long cPtr,
                boolean cMemoryOwn)

DRect

public DRect()

DRect

public DRect(DPoint arg0,
             DPoint arg1)

DRect

public DRect(double x1,
             double y1,
             double x2,
             double y2)
Method Detail

getCPtr

protected static long getCPtr(DRect obj)

finalize

protected void finalize()
Overrides:
finalize in class Object

delete

public void delete()

width

public double width()

height

public double height()

p1

public DPoint p1()

p2

public DPoint p2()

contains

public boolean contains(DPoint arg0)