net.ogdf.lib
Class ELabelPosSimple

java.lang.Object
  extended by net.ogdf.lib.ELabelPosSimple

public class ELabelPosSimple
extends Object

Rating red

Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  ELabelPosSimple()
           
protected ELabelPosSimple(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void call(GraphAttributes arg0, ELabelInterfaceDouble arg1)
           
 void delete()
           
protected  void finalize()
           
 boolean getAbsolute()
           
protected static long getCPtr(ELabelPosSimple obj)
           
 double getEdgeDistance()
           
 double getMarginDistance()
           
 boolean getMidOnEdge()
           
 void setAbsolute(boolean absolute)
           
 void setEdgeDistance(double distance)
           
 void setMarginDistance(double distance)
           
 void setMidOnEdge(boolean midOnEdge)
           
 
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

ELabelPosSimple

protected ELabelPosSimple(long cPtr,
                          boolean cMemoryOwn)

ELabelPosSimple

public ELabelPosSimple()
Method Detail

getCPtr

protected static long getCPtr(ELabelPosSimple obj)

finalize

protected void finalize()
Overrides:
finalize in class Object

delete

public void delete()

call

public void call(GraphAttributes arg0,
                 ELabelInterfaceDouble arg1)

getAbsolute

public boolean getAbsolute()

getMarginDistance

public double getMarginDistance()

getEdgeDistance

public double getEdgeDistance()

getMidOnEdge

public boolean getMidOnEdge()

setAbsolute

public void setAbsolute(boolean absolute)

setMarginDistance

public void setMarginDistance(double distance)

setEdgeDistance

public void setEdgeDistance(double distance)

setMidOnEdge

public void setMidOnEdge(boolean midOnEdge)