net.ogdf.lib
Class OrthoLayout

java.lang.Object
  extended by net.ogdf.lib.LayoutPlanRepModule
      extended by net.ogdf.lib.OrthoLayout

public class OrthoLayout
extends LayoutPlanRepModule

Rating red

Field Summary
 
Fields inherited from class net.ogdf.lib.LayoutPlanRepModule
swigCMemOwn
 
Constructor Summary
  OrthoLayout()
           
protected OrthoLayout(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 int costAssoc()
           
 void costAssoc(int arg0)
           
 int costGen()
           
 void costGen(int arg0)
           
 double cOverhang()
           
 void cOverhang(double arg0)
           
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(OrthoLayout obj)
           
 double margin()
           
 void margin(double arg0)
           
 OrthoDir preferedDir()
           
 void preferedDir(OrthoDir arg0)
           
 double separation()
           
 void separation(double arg0)
           
 
Methods inherited from class net.ogdf.lib.LayoutPlanRepModule
getCPtr
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrthoLayout

protected OrthoLayout(long cPtr,
                      boolean cMemoryOwn)

OrthoLayout

public OrthoLayout()
Method Detail

getCPtr

protected static long getCPtr(OrthoLayout obj)

finalize

protected void finalize()
Overrides:
finalize in class LayoutPlanRepModule

delete

public void delete()
Overrides:
delete in class LayoutPlanRepModule

separation

public double separation()

separation

public void separation(double arg0)

cOverhang

public double cOverhang()

cOverhang

public void cOverhang(double arg0)

margin

public double margin()

margin

public void margin(double arg0)

preferedDir

public OrthoDir preferedDir()

preferedDir

public void preferedDir(OrthoDir arg0)

costAssoc

public int costAssoc()

costAssoc

public void costAssoc(int arg0)

costGen

public int costGen()

costGen

public void costGen(int arg0)