de.aitools.iv.graphdrawing.nativeboxtree
Class AttachmentWrapper

java.lang.Object
  extended by de.aitools.iv.graphdrawing.nativeboxtree.AttachmentWrapper

public class AttachmentWrapper
extends java.lang.Object

Author:
Frank Benteler, bigben@uni-paderborn.de

Constructor Summary
AttachmentWrapper()
           
 
Method Summary
static NativeBoxTreeVertexDraw getVertexDraw(Vertex vertex, Visualization visualization)
           
static void setVertexDraw(Vertex vertex, Visualization visualization, VertexDraw vertexDraw)
          just calls AttachmentManager.setVertexDraw(vertex, visualization, vertexDraw);
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentWrapper

public AttachmentWrapper()
Method Detail

getVertexDraw

public static NativeBoxTreeVertexDraw getVertexDraw(Vertex vertex,
                                                    Visualization visualization)

setVertexDraw

public static void setVertexDraw(Vertex vertex,
                                 Visualization visualization,
                                 VertexDraw vertexDraw)
just calls AttachmentManager.setVertexDraw(vertex, visualization, vertexDraw);