net.ogdf.lib
Class PlanarizationLayout

java.lang.Object
  extended by net.ogdf.lib.LayoutModule
      extended by net.ogdf.lib.UMLLayoutModule
          extended by net.ogdf.lib.PlanarizationLayout

public class PlanarizationLayout
extends UMLLayoutModule

Rating red

Field Summary
 
Fields inherited from class net.ogdf.lib.LayoutModule
swigCMemOwn
 
Constructor Summary
  PlanarizationLayout()
           
protected PlanarizationLayout(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void call(GraphAttributes arg0)
           
 void call(UMLGraph arg0)
           
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(PlanarizationLayout obj)
           
 int minCliqueSize()
           
 void minCliqueSize(int arg0)
           
 double pageRatio()
           
 void pageRatio(double arg0)
           
 boolean preprocessCliques()
           
 void preprocessCliques(boolean arg0)
           
 void setPlanarLayouter_(LayoutPlanRepModule lprm)
           
 void setPlanarLayouter(LayoutPlanRepModule lprm)
           
 void setSubgraph_(PlanarSubgraphModule psm)
           
 void setSubgraph(PlanarSubgraphModule psm)
           
 
Methods inherited from class net.ogdf.lib.UMLLayoutModule
getCPtr
 
Methods inherited from class net.ogdf.lib.LayoutModule
getCPtr
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlanarizationLayout

protected PlanarizationLayout(long cPtr,
                              boolean cMemoryOwn)

PlanarizationLayout

public PlanarizationLayout()
Method Detail

getCPtr

protected static long getCPtr(PlanarizationLayout obj)

finalize

protected void finalize()
Overrides:
finalize in class UMLLayoutModule

delete

public void delete()
Overrides:
delete in class UMLLayoutModule

setSubgraph

public void setSubgraph(PlanarSubgraphModule psm)

setPlanarLayouter

public void setPlanarLayouter(LayoutPlanRepModule lprm)

call

public void call(GraphAttributes arg0)
Overrides:
call in class LayoutModule

call

public void call(UMLGraph arg0)
Overrides:
call in class UMLLayoutModule

pageRatio

public double pageRatio()

pageRatio

public void pageRatio(double arg0)

preprocessCliques

public boolean preprocessCliques()

preprocessCliques

public void preprocessCliques(boolean arg0)

minCliqueSize

public int minCliqueSize()

minCliqueSize

public void minCliqueSize(int arg0)

setSubgraph_

public void setSubgraph_(PlanarSubgraphModule psm)

setPlanarLayouter_

public void setPlanarLayouter_(LayoutPlanRepModule lprm)