|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ogdf.lib.Graph
public class Graph
Nested Class Summary | |
---|---|
static class |
Graph.EdgeType
|
Field Summary | |
---|---|
protected boolean |
swigCMemOwn
|
Constructor Summary | |
---|---|
|
Graph()
|
protected |
Graph(long cPtr,
boolean cMemoryOwn)
|
Method Summary | |
---|---|
void |
delete()
|
protected void |
finalize()
|
protected static long |
getCPtr(Graph obj)
|
EdgeElement |
newEdge(NodeElement arg0,
NodeElement arg1)
|
NodeElement |
newNode()
|
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 Graph(long cPtr, boolean cMemoryOwn)
public Graph()
Method Detail |
---|
protected static long getCPtr(Graph obj)
protected void finalize()
finalize
in class Object
public void delete()
public NodeElement newNode()
public EdgeElement newEdge(NodeElement arg0, NodeElement arg1)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |