|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ogdf.lib.DRect
public class DRect
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 |
---|
protected boolean swigCMemOwn
Constructor Detail |
---|
protected DRect(long cPtr, boolean cMemoryOwn)
public DRect()
public DRect(DPoint arg0, DPoint arg1)
public DRect(double x1, double y1, double x2, double y2)
Method Detail |
---|
protected static long getCPtr(DRect obj)
protected void finalize()
finalize
in class Object
public void delete()
public double width()
public double height()
public DPoint p1()
public DPoint p2()
public boolean contains(DPoint arg0)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |