de.aitools.iv.graphdrawing.distortion
Class AttachmentWrapper

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

public class AttachmentWrapper
extends java.lang.Object

Uses the AttachmentManager to extract the VertexDraw from the Vertex.

Author:
[email protected], Frank Benteler

Constructor Summary
AttachmentWrapper()
           
 
Method Summary
static DistortionVertexDraw 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 DistortionVertexDraw getVertexDraw(Vertex vertex,
                                                 Visualization visualization)

setVertexDraw

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