net.ogdf.lib
Class UMLGraph

java.lang.Object
  extended by net.ogdf.lib.GraphAttributes
      extended by net.ogdf.lib.UMLGraph

public class UMLGraph
extends GraphAttributes

Rating red

Field Summary
 
Fields inherited from class net.ogdf.lib.GraphAttributes
edgeArrow, edgeColor, edgeDoubleWeight, edgeGraphics, edgeIntWeight, edgeLabel, edgeStyle, edgeSubGraph, edgeType, nodeColor, nodeGraphics, nodeId, nodeLabel, nodeLevel, nodeStyle, nodeTemplate, nodeType, swigCMemOwn
 
Constructor Summary
  UMLGraph(Graph G)
           
  UMLGraph(Graph G, int initAttributes)
           
protected UMLGraph(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(UMLGraph obj)
           
 
Methods inherited from class net.ogdf.lib.GraphAttributes
addNodeCenter2Bends, bends, boundingBox, getCPtr, getEdgeType, getNodeHeight, getNodeWidth, getNodeX, getNodeY, setEdgeType, setNodeHeight, setNodeWidth, setNodeX, setNodeY
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UMLGraph

protected UMLGraph(long cPtr,
                   boolean cMemoryOwn)

UMLGraph

public UMLGraph(Graph G,
                int initAttributes)

UMLGraph

public UMLGraph(Graph G)
Method Detail

getCPtr

protected static long getCPtr(UMLGraph obj)

finalize

protected void finalize()
Overrides:
finalize in class GraphAttributes

delete

public void delete()
Overrides:
delete in class GraphAttributes