net.ogdf.lib
Class UMLLayoutModule

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

public class UMLLayoutModule
extends LayoutModule

Rating red

Field Summary
 
Fields inherited from class net.ogdf.lib.LayoutModule
swigCMemOwn
 
Constructor Summary
protected UMLLayoutModule(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void call(UMLGraph arg0)
           
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(UMLLayoutModule obj)
           
 
Methods inherited from class net.ogdf.lib.LayoutModule
call, getCPtr
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UMLLayoutModule

protected UMLLayoutModule(long cPtr,
                          boolean cMemoryOwn)
Method Detail

getCPtr

protected static long getCPtr(UMLLayoutModule obj)

finalize

protected void finalize()
Overrides:
finalize in class LayoutModule

delete

public void delete()
Overrides:
delete in class LayoutModule

call

public void call(UMLGraph arg0)