net.ogdf.lib
Class ELabelInterfaceDouble

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

public class ELabelInterfaceDouble
extends Object

Rating red

Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  ELabelInterfaceDouble(GraphAttributes arg0)
           
protected ELabelInterfaceDouble(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(ELabelInterfaceDouble obj)
           
 EdgeLabelDouble getLabel(EdgeElement arg0)
           
 void setLabel(EdgeElement arg0, EdgeLabelDouble arg1)
           
 
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

ELabelInterfaceDouble

protected ELabelInterfaceDouble(long cPtr,
                                boolean cMemoryOwn)

ELabelInterfaceDouble

public ELabelInterfaceDouble(GraphAttributes arg0)
Method Detail

getCPtr

protected static long getCPtr(ELabelInterfaceDouble obj)

finalize

protected void finalize()
Overrides:
finalize in class Object

delete

public void delete()

setLabel

public void setLabel(EdgeElement arg0,
                     EdgeLabelDouble arg1)

getLabel

public EdgeLabelDouble getLabel(EdgeElement arg0)