net.ogdf.lib
Class LayoutModule

java.lang.Object
  extended by net.ogdf.lib.LayoutModule
Direct Known Subclasses:
SugiyamaLayout, UMLLayoutModule

public class LayoutModule
extends Object

Rating red

Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
protected LayoutModule(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void call(GraphAttributes arg0)
           
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(LayoutModule obj)
           
 
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

LayoutModule

protected LayoutModule(long cPtr,
                       boolean cMemoryOwn)
Method Detail

getCPtr

protected static long getCPtr(LayoutModule obj)

finalize

protected void finalize()
Overrides:
finalize in class Object

delete

public void delete()

call

public void call(GraphAttributes arg0)