|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.aitools.iv.graphdrawing.AttachmentManager
public class AttachmentManager
Manages the attachment of VertexDraw's for vertices.
Method Summary | |
---|---|
static VertexDraw |
getVertexDraw(Vertex vertex,
Visualization visualization)
returns the VertexDraw, which the vertex stored for the specified visualization |
static void |
setVertexDraw(Vertex vertex,
Visualization visualization,
VertexDraw vertexDraw)
sets the attachment of the vertex for the visualization to the specified vertexDraw. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static VertexDraw getVertexDraw(Vertex vertex, Visualization visualization)
vertex
- visualization
-
public static void setVertexDraw(Vertex vertex, Visualization visualization, VertexDraw vertexDraw)
vertex
- - the vertexDraw is attached tovisualization
- -vertexDraw
- - the attachment
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |