de.aitools.iv.graphdrawing.distortion
Class AttachmentWrapper
java.lang.Object
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttachmentWrapper
public AttachmentWrapper()
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);